Skip to content

Commit

Permalink
chore: remove 'setup.py test' fossils
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jul 29, 2024
1 parent c61bca1 commit 8e9ddf9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,8 @@ def read(*rnames):
cmdclass={
'build_ext': optional_build_ext,
},
test_suite='zope.interface.tests',
include_package_data=True,
zip_safe=False,
tests_require=tests_require,
install_requires=['setuptools'],
python_requires='>=3.8',
extras_require={
Expand Down

0 comments on commit 8e9ddf9

Please sign in to comment.