summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorPeter M. Landwehr <plandweh@cs.cmu.edu>2016-11-07 11:45:37 -0800
committerGitHub <noreply@github.com>2016-11-07 11:45:37 -0800
commit96ecd29f5bfdef58e6cd24ba0b5c69239897e11c (patch)
treec43c904f82a2748b1c2e765a284286eacc02b0ec /MANIFEST.in
parent6f65ee1a1a9c1597e8fc3384bd6f488b36bb584a (diff)
downloadpython-magic-96ecd29f5bfdef58e6cd24ba0b5c69239897e11c.tar.gz
Added LICENSE to MANIFEST
I've been putting together a build of python-magic for using [conda](http://conda.pydata.org) for [conda-forge](http://conda-forge.github.io). For license compliance we like to bundle a copy of the original license file in with the build. Doing so requires that the license file be included with the source distribution. Adding this line to MANIFEST.in makes sure that the actual license file gets included with the source code.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 6491d2d..17d6d45 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,2 @@
include *.py
-
-
+include LICENSE