mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 05:26:53 +00:00
Add dead simple toml parsing.
This commit is contained in:
parent
a7be77f761
commit
6e055c0a1b
2 changed files with 74 additions and 5 deletions
|
|
@ -52,6 +52,9 @@ install_requires=
|
|||
|
||||
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
|
||||
|
||||
[options.extras_require]
|
||||
toml = toml >= 0.10.1, < 0.11
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue