mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 13:29:24 -04:00
9 lines
307 B
Python
9 lines
307 B
Python
--- setup.py.orig 2019-08-23 17:34:24 UTC
|
|
+++ setup.py
|
|
@@ -43,6 +43,5 @@ setup(
|
|
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
|
|
'Topic :: Software Development :: Libraries :: Python Modules'
|
|
],
|
|
- setup_requires=['pytest-runner'],
|
|
tests_require=['pytest', 'pytest-cov']
|
|
)
|