Skip to content

Commit 6123bc2

Browse files
Add files via upload
1 parent a8779e0 commit 6123bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from setuptools import setup
2323

2424
# 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")
25+
verinfofilename = os.path.realpath("."+os.path.sep+os.path.sep+"pyneofile.py")
2626

2727
# Use `with` to ensure the file is properly closed after reading
2828
# In Python 2, open defaults to text mode; in Python 3, it’s better to specify encoding

0 commit comments

Comments
 (0)