Clarified pin use, fixed missing setup
[EVA-2020-02-2.git] / library / setup.cfg
CommitLineData
ad2060db
PH
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
4license_files = LICENSE.txt
5
651e1c20
PH
6[flake8]
7exclude =
8 .tox,
9 .eggs,
10 .git,
11 __pycache__,
12 build,
13 dist
14ignore =
15 E501