Merge pull request #4155 from jdufresne/wheel-license

Include license file in the generated wheel package
This commit is contained in:
Takeshi KOMIYA 2017-10-16 14:07:00 +09:00 committed by GitHub
commit c39459ea7a

View File

@ -23,6 +23,9 @@ directory = sphinx/locale/
[bdist_wheel]
universal = 1
[metadata]
license_file = LICENSE
[flake8]
max-line-length = 95
ignore = E116,E241,E251