Skip to content

Commit

Permalink
add _pytest.mark to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Apr 24, 2016
1 parent af8c86a commit 0352092
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,13 @@ def main():
# the following should be enabled for release
install_requires=install_requires,
extras_require=extras_require,
packages=['_pytest', '_pytest.assertion', '_pytest._code', '_pytest.vendored_packages'],
packages=[
'_pytest',
'_pytest.assertion',
'_pytest._code',
'_pytest.vendored_packages',
'_pytest.mark',
],
py_modules=['pytest'],
zip_safe=False,
)
Expand Down

0 comments on commit 0352092

Please sign in to comment.