diff options
| author | Peter M. Landwehr <plandweh@cs.cmu.edu> | 2016-11-07 11:45:37 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-07 11:45:37 -0800 |
| commit | 96ecd29f5bfdef58e6cd24ba0b5c69239897e11c (patch) | |
| tree | c43c904f82a2748b1c2e765a284286eacc02b0ec /MANIFEST.in | |
| parent | 6f65ee1a1a9c1597e8fc3384bd6f488b36bb584a (diff) | |
| download | python-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.in | 3 |
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 |
