Skip to content

Commit 18e2bfb

Browse files
committed
It's a module, not a package.
1 parent f6a1c9c commit 18e2bfb

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
@@ -10,5 +10,5 @@
1010
author='Frank Tobia',
1111
author_email='[email protected]',
1212
url='https://github.com/ftobia/pytest-ordering',
13-
packages=['pytest_ordering'],
13+
py_modules=['pytest_ordering'],
1414
)

0 commit comments

Comments
 (0)