toabctl / metaextract

get metadata for python modules
Apache License 2.0
7 stars 4 forks source link

setup.py: drop setup_requires including setuptools and pytest-runner #14

Closed toabctl closed 2 years ago

toabctl commented 2 years ago

setuptools should not be in setup_requires[0]. pytest-runner is not needed to run the tests and is deprecated[1].

[0] https://www.python.org/dev/peps/pep-0518/#rationale [1] https://pypi.org/project/pytest-runner/

This fixes #13