Updated setup.cfg
Added entries for testing and flake8
This commit is contained in:
parent
419586f326
commit
1c81c304d3
16
setup.cfg
16
setup.cfg
|
|
@ -27,4 +27,18 @@ classifiers =
|
||||||
python_requires = >=3.6, <4
|
python_requires = >=3.6, <4
|
||||||
package_dir =
|
package_dir =
|
||||||
=clog
|
=clog
|
||||||
zip_safe = no
|
zip_safe = no
|
||||||
|
|
||||||
|
[options.extra_require]
|
||||||
|
testing =
|
||||||
|
pytest>=7.0
|
||||||
|
pytest-cov>=3.0
|
||||||
|
mypy>=0.950
|
||||||
|
flake8>=4.0
|
||||||
|
tox>=3.25
|
||||||
|
|
||||||
|
[options.package_data]
|
||||||
|
clog = py.typed
|
||||||
|
|
||||||
|
[flake8]
|
||||||
|
max-line-length = 120
|
||||||
Loading…
Reference in New Issue
Block a user