aboutsummaryrefslogtreecommitdiff
path: root/python/MANIFEST.in
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-15 00:29:32 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-15 00:29:32 +0000
commit0e85fc959778722b579587990952f9871448cd24 (patch)
tree11c91a427295172c68f3f13075710693e4c8e203 /python/MANIFEST.in
parentfix workflow comment (diff)
downloadSyncRNG-0e85fc959778722b579587990952f9871448cd24.tar.gz
SyncRNG-0e85fc959778722b579587990952f9871448cd24.zip
Add manifest and license to python package
Diffstat (limited to 'python/MANIFEST.in')
-rw-r--r--python/MANIFEST.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/MANIFEST.in b/python/MANIFEST.in
new file mode 100644
index 0000000..8c95a2e
--- /dev/null
+++ b/python/MANIFEST.in
@@ -0,0 +1,5 @@
+include README.md
+exclude Makefile
+exclude .gitignore
+include src
+recursive-include tests *.py