summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Kislyuk <kislyuk@gmail.com>2018-04-02 21:18:10 -0700
committerGitHub <noreply@github.com>2018-04-02 21:18:10 -0700
commit7114d6ea0d1758ad577f1466b97bc9e91ad64f80 (patch)
treec58ca236bca4327acbb3846aec99e749f5957dc5
parente2e851b267d992ed468957bc7d13c9f2b273372b (diff)
parent8567d6052d2f3746876f81525eb8d3267dc79ca4 (diff)
Merge pull request #25 from jakirkham/inc_license
Package the license file
-rw-r--r--MANIFEST.in1
-rw-r--r--setup.cfg2
2 files changed, 3 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..1aba38f
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1 @@
+include LICENSE
diff --git a/setup.cfg b/setup.cfg
index 47be384..d4a5435 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,5 @@
+[metadata]
+license_file = LICENSE
[bdist_wheel]
universal=1
[flake8]