Updated setup.cfg

Added entries for testing and flake8
This commit is contained in:
Ethan Smith-Coss 2022-05-04 00:17:52 +01:00
parent 419586f326
commit 1c81c304d3
Signed by: TheOnePath
GPG Key ID: 4E7D436CE1A0BAF1

View File

@ -28,3 +28,17 @@ python_requires = >=3.6, <4
package_dir =
=clog
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