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 fae728e commit 6e84e02Copy full SHA for 6e84e02
setup.py
@@ -8,7 +8,7 @@
8
# define __version__
9
# execfile doesn't exist in python 3
10
# 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())
+exec(open(os.path.join(__here__, 'pytest_ordering', '_version.py')).read())
12
13
14
setup(
0 commit comments