summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTW <tw@waldmann-edv.de>2020-09-02 12:06:31 +0200
committerGitHub <noreply@github.com>2020-09-02 12:06:31 +0200
commit832747e67f718e9e4df165b048bc73fb6bd0bdc8 (patch)
tree5a766edd0c7454d383d63b98923e993d4a25f152
parentba77400d647d3e59ccb0df14fda35afe14132b19 (diff)
parenta432a98c7ad007b129048de74e37925ced9ca0d2 (diff)
downloadxstatic-git-832747e67f718e9e4df165b048bc73fb6bd0bdc8.tar.gz
Merge pull request #5 from jayvdb/sdist
MANIFEST.in: Add license and docs
-rw-r--r--MANIFEST.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 04ae8b9..cd4db96 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,7 +1,10 @@
include README.txt
+include LICENSE.txt
+include AUTHORS.txt
+
+recursive-include docs *.rst
global-exclude *.pyc
global-exclude *.pyo
global-exclude *.orig
global-exclude *.rej
-