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:
Ian Stapleton Cordasco 2017-10-24 22:05:29 +00:00
commit 678eb1d2f6

View file

@ -2,9 +2,10 @@
test=pytest
[bdist_wheel]
universal=1
universal = 1
[metadata]
license_file = LICENSE
# We document the reasoning for using ranges here:
# 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: