summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2018-04-07 09:38:53 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2018-04-07 09:38:53 +0200
commit2d52bbc94b27283db60fde98d796b8b7dd32cbc2 (patch)
tree1f61fa6a1fbf6e67147308eda4b84d982c7d665f /MANIFEST.in
parent96f68bbaa44e9853291ab356a202319fbd906cc4 (diff)
downloadsetuptools-scm-2d52bbc94b27283db60fde98d796b8b7dd32cbc2.tar.gz
reintroduce a manifest, fixes #211
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..2394d73
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,8 @@
+exclude *.nix
+exclude appveyor.yml
+exclude .travis.yaml
+include *.py
+include testing/*.py
+include tox.ini
+include *.rst
+include LICENSE