projects
/
EVA-2020-02-2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Start gas and tests
[EVA-2020-02-2.git]
/
library
/
setup.cfg
1
[metadata]
2
# This includes the license file(s) in the wheel.
3
# https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file
4
license_files = LICENSE.txt
5
6
[flake8]
7
exclude =
8
.tox,
9
.eggs,
10
.git,
11
__pycache__,
12
build,
13
dist
14
ignore =
15
E501