diff options
| author | dylan araps <[email protected]> | 2017-10-25 09:03:53 +1100 |
|---|---|---|
| committer | dylan araps <[email protected]> | 2017-10-25 09:03:53 +1100 |
| commit | ac0fdb990603261f38842e47e9e387fb5e8e7864 (patch) | |
| tree | 920b2f7183999394387c2e83b094fd6c88ee48d1 /MANIFEST.in | |
| parent | version: bump (diff) | |
| download | pywal-ac0fdb990603261f38842e47e9e387fb5e8e7864.tar.xz pywal-ac0fdb990603261f38842e47e9e387fb5e8e7864.zip | |
general: Fix license not included in pypi tarball
Diffstat (limited to 'MANIFEST.in')
| -rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 34beb6d..913f8c6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ include pywal/templates/* include pywal/scripts/* include README.md +include LICENSE.md |