summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2011-07-30 19:58:25 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2011-07-30 19:58:25 +0200
commitd94c677a45b981a852f3ea7b1d5ad12ef31e9edf (patch)
tree7670d2bc21c04203eed699b325df3dd1c0eb23ef /MANIFEST.in
parente5c2ef881de7f561e6a0a9ec641357f65a4283fe (diff)
downloadrsa-git-d94c677a45b981a852f3ea7b1d5ad12ef31e9edf.tar.gz
Basic readme and package manifest by Yesudeep Mangalapilly <yesudeep@gmail.com>
- Adds a README file with the project description. - Adds a LICENSE document for APLv2 compliance. - Adds .gitignore ignore rules for git submodules so that using this repository as a git submodule in another project does not produce dirty submodules when being built. - Adds a package MANIFEST.in file to specify distribution inclusions.
Diffstat (limited to 'MANIFEST.in')
-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..8cf0021
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,5 @@
+include README
+include LICENSE
+include *.py
+recursive-include rsa *.py
+recursive-include tests *.py