8000 Removed redundant injections of VCS-specific code. · drinkingjava/python-versioneer@2376f62 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2376f62

Browse files
committed
Removed redundant injections of VCS-specific code.
1 parent a2e354a commit 2376f62

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ def generate_versioneer():
5656
s.write(unquote(get("src/%s/from_vcs.py" % VCS)))
5757
s.write(unquote(get("src/%s/long_get_versions.py" % VCS)))
5858
s.write(u"'''\n")
59-
s.write(get("src/%s/from_keywords.py" % VCS))
60-
s.write(get("src/%s/from_vcs.py" % VCS))
59+
6160
s.write(get("src/%s/install.py" % VCS))
6261

6362
s.write(get("src/from_parentdir.py"))

0 commit comments

Comments
 (0)
0