summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2017-10-17 07:21:39 -0700
committerGitHub <noreply@github.com>2017-10-17 07:21:39 -0700
commit4510fa059b06b5aae81062548210b23c0aea13cb (patch)
tree0e01157bc45f6c06d42cfcf906c0aacbf4d431f6
parentca049ad958f89de4f4f01d7b1015d707ff750a18 (diff)
parent5f3f9a1198011f6bede70b907829cb61e05d18ec (diff)
downloadpep8-4510fa059b06b5aae81062548210b23c0aea13cb.tar.gz
Merge pull request #694 from jdufresne/wheel-license
Include license file in the generated wheel package
-rw-r--r--MANIFEST.in1
-rw-r--r--setup.cfg3
2 files changed, 4 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 4532c06..fb8bc97 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,6 @@
include *.txt
include *.rst
+include LICENSE
recursive-include docs *
recursive-include testsuite *
recursive-exclude docs *.pyc
diff --git a/setup.cfg b/setup.cfg
index fcc079a..91ea674 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,9 @@
[bdist_wheel]
universal = 1
+[metadata]
+license_file = LICENSE
+
[pycodestyle]
select =
ignore = E226,E24