Skip to content

Commit

Permalink
Add manually-defined setup.cfg config for wheel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Jun 27, 2020
1 parent 4198c8b commit 0d6c7b3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
[bdist_wheel]
# See https://www.python.org/dev/peps/pep-0425/.
python-tag = py3

[metadata]
# Add the LICENSE file to built wheels.
license_files = LICENSE

[flake8]
exclude = */.venv/*,*/node_modules/*
ignore = E501,E303,E731,W503,E203
Expand Down

0 comments on commit 0d6c7b3

Please sign in to comment.