mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-15 00:44:44 +00:00
Merge branch 'wheel-license' into 'master'
Include license file in the generated wheel package See merge request pycqa/flake8!210
This commit is contained in:
commit
678eb1d2f6
1 changed files with 2 additions and 1 deletions
|
|
@ -2,9 +2,10 @@
|
||||||
test=pytest
|
test=pytest
|
||||||
|
|
||||||
[bdist_wheel]
|
[bdist_wheel]
|
||||||
universal=1
|
universal = 1
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
|
license_file = LICENSE
|
||||||
# We document the reasoning for using ranges here:
|
# We document the reasoning for using ranges here:
|
||||||
# http://flake8.pycqa.org/en/latest/faq.html#why-does-flake8-use-ranges-for-its-dependencies
|
# http://flake8.pycqa.org/en/latest/faq.html#why-does-flake8-use-ranges-for-its-dependencies
|
||||||
# And in which releases we will update those ranges here:
|
# And in which releases we will update those ranges here:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue