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 08295f9 commit dbb2320Copy full SHA for dbb2320
setup.py
@@ -75,7 +75,6 @@ def getversioncfg():
75
return cp
76
77
versiondata = getversioncfg()
78
-print(versiondata.get('DEFAULT', 'version'))
79
80
with open(os.path.join(MYDIR, 'README.rst')) as fp:
81
long_description = fp.read()
0 commit comments