Add support for reading config from pyproject.toml

This commit is contained in:
Joseph Egan 2021-05-12 00:30:04 +01:00
parent 1d30b79ce1
commit c609b69914
7 changed files with 72 additions and 5 deletions

View file

@ -42,6 +42,7 @@ install_requires=
pycodestyle >= 2.7.0, < 2.8.0
mccabe >= 0.6.0, < 0.7.0
importlib-metadata; python_version<"3.8"
toml
python_requires = >=3.6