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 e2f8097 commit 29f4a85
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 @@ -61,13 +61,11 @@ def read(*rnames):
],
packages=find_packages('src'),
package_dir={'': 'src'},
test_suite='zope.datetime',
namespace_packages=['zope', ],
install_requires=[
'setuptools',
],
python_requires='>=3.7',
tests_require=TESTS_REQUIRE,
extras_require={
'test': TESTS_REQUIRE,
'docs': [
Expand Down

0 comments on commit 29f4a85

Please sign in to comment.