remove exclusion of tests and examples dir

setuptools already exclude them by default in the flat-layout setup,
see https://setuptools.pypa.io/en/latest/userguide/package_discovery.html\#flat-layout
This commit is contained in:
Mathieu Dupuy 2023-09-04 15:22:37 +02:00
parent 760e864200
commit 7033f27e28
No known key found for this signature in database
GPG Key ID: 8A83DA018824DAC3

View File

@ -61,9 +61,6 @@ tests_require =
pytest
pytest-cov
[options.packages.find]
exclude = examples; tests
[options.extras_require]
gevent = gevent>=1.4.0
eventlet = eventlet>=0.24.1