summaryrefslogtreecommitdiffstats
path: root/python/rsa/MANIFEST.in
diff options
context:
space:
mode:
Diffstat (limited to 'python/rsa/MANIFEST.in')
-rw-r--r--python/rsa/MANIFEST.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/rsa/MANIFEST.in b/python/rsa/MANIFEST.in
new file mode 100644
index 000000000..8cf0021b9
--- /dev/null
+++ b/python/rsa/MANIFEST.in
@@ -0,0 +1,5 @@
+include README
+include LICENSE
+include *.py
+recursive-include rsa *.py
+recursive-include tests *.py