summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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