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
commit17a17262fbff5c504fb8af3ffc7c7b89bf0364e3 (patch)
tree7670d2bc21c04203eed699b325df3dd1c0eb23ef /MANIFEST.in
parent613fc0a58f2f161b3709e0720dfbee197674a8a8 (diff)
downloadrsa-17a17262fbff5c504fb8af3ffc7c7b89bf0364e3.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