diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-12-03 11:02:47 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-12-03 11:02:47 +0100 |
commit | 7754108eb2f8c2c9235366ea0b3b43f4265d6c40 (patch) | |
tree | b00f16c9009aac2545dcd7c74457415a50b8d60d | |
parent | 9040b55684a59e0b3b716dff43745abaa80061fc (diff) | |
download | gemato-7754108eb2f8c2c9235366ea0b3b43f4265d6c40.tar.gz |
Explicitly include missing files into sdist
-rw-r--r-- | MANIFEST.in | 5 |
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 |