summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-12-03 11:02:47 +0100
committerMichał Górny <mgorny@gentoo.org>2017-12-03 11:02:47 +0100
commit7754108eb2f8c2c9235366ea0b3b43f4265d6c40 (patch)
treeb00f16c9009aac2545dcd7c74457415a50b8d60d
parent9040b55684a59e0b3b716dff43745abaa80061fc (diff)
downloadgemato-7754108eb2f8c2c9235366ea0b3b43f4265d6c40.tar.gz
Explicitly include missing files into sdist
-rw-r--r--MANIFEST.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..f671d8a
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,5 @@
+include COPYING
+include tox.ini
+include bin/gemato
+include tests/*.py
+include utils/*.py