Skip to content

Commit bc9f87f

Browse files
committed
Actually install pytest-ordering as a pytest plugin.
1 parent ed3a12e commit bc9f87f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,10 @@
1111
author_email='[email protected]',
1212
url='https://github.com/ftobia/pytest-ordering',
1313
py_modules=['pytest_ordering'],
14+
entry_points = {
15+
'pytest11': [
16+
'pytest_ordering = pytest_ordering',
17+
]
18+
},
19+
install_requires=['pytest'],
1420
)

0 commit comments

Comments
 (0)