Added setup.py setup.cfg

This commit is contained in:
Sheng
2018-04-27 00:04:48 +08:00
parent ffb776ca6c
commit eb55ae2cce
5 changed files with 66 additions and 12 deletions

7
setup.cfg Normal file
View File

@@ -0,0 +1,7 @@
[metadata]
license_file = LICENSE
[flake8]
exclude = .git,build,dist,tests, __init__.py
max-line-length = 79