|
|
@ -28,7 +28,7 @@ classifiers = |
|
|
|
zip_safe = false |
|
|
|
include_package_data = true |
|
|
|
python_requires = >= 3.6 |
|
|
|
test_suite = tests |
|
|
|
test_suite = tests_new |
|
|
|
install_requires = |
|
|
|
# deprecated/redundant with pyproject.toml, but lets keep both ways around for now |
|
|
|
setup_requires = |
|
|
@ -39,4 +39,5 @@ setup_requires = |
|
|
|
# To install these dependencies, run pip install .[test] |
|
|
|
test = |
|
|
|
pytest |
|
|
|
pytest-forked |
|
|
|
doc = sphinx |