Commit | Line | Data |
---|---|---|
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 | |
4 | license_files = LICENSE.txt | |
5 | ||
651e1c20 PH |
6 | [flake8] |
7 | exclude = | |
8 | .tox, | |
9 | .eggs, | |
10 | .git, | |
11 | __pycache__, | |
12 | build, | |
13 | dist | |
14 | ignore = | |
15 | E501 |