8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e354a commit 2376f62Copy full SHA for 2376f62
setup.py
@@ -56,8 +56,7 @@ def generate_versioneer():
56
s.write(unquote(get("src/%s/from_vcs.py" % VCS)))
57
s.write(unquote(get("src/%s/long_get_versions.py" % VCS)))
58
s.write(u"'''\n")
59
- s.write(get("src/%s/from_keywords.py" % VCS))
60
- s.write(get("src/%s/from_vcs.py" % VCS))
+
61
s.write(get("src/%s/install.py" % VCS))
62
63
s.write(get("src/from_parentdir.py"))
0 commit comments