Skip to content

Commit 6e84e02

Browse files
committed
Missed file rename.
1 parent fae728e commit 6e84e02

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
@@ -8,7 +8,7 @@
88
# define __version__
99
# execfile doesn't exist in python 3
1010
# see: http://stackoverflow.com/questions/6357361/alternative-to-execfile-in-python-3-2
11-
exec(open(os.path.join(__here__, 'pytest_ordering', 'version.py')).read())
11+
exec(open(os.path.join(__here__, 'pytest_ordering', '_version.py')).read())
1212

1313

1414
setup(

0 commit comments

Comments
 (0)