summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Vandenberg <jayvdb@gmail.com>2020-09-02 09:47:39 +0700
committerJohn Vandenberg <jayvdb@gmail.com>2020-09-02 09:48:11 +0700
commita432a98c7ad007b129048de74e37925ced9ca0d2 (patch)
tree5a766edd0c7454d383d63b98923e993d4a25f152
parentba77400d647d3e59ccb0df14fda35afe14132b19 (diff)
downloadxstatic-git-a432a98c7ad007b129048de74e37925ced9ca0d2.tar.gz
MANIFEST.in: Add license and docs
Closes https://github.com/xstatic-py/xstatic/issues/3
-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
-