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 a8779e0 commit 6123bc2Copy full SHA for 6123bc2
setup.py
@@ -22,7 +22,7 @@
22
from setuptools import setup
23
24
# Open and read the version info file in a Python 2/3 compatible way
25
-verinfofilename = os.path.realpath("."+os.path.sep+os.path.sep+"pyarchivefile.py")
+verinfofilename = os.path.realpath("."+os.path.sep+os.path.sep+"pyneofile.py")
26
27
# Use `with` to ensure the file is properly closed after reading
28
# In Python 2, open defaults to text mode; in Python 3, it’s better to specify encoding
0 commit comments