From 17a17262fbff5c504fb8af3ffc7c7b89bf0364e3 Mon Sep 17 00:00:00 2001 From: "Sybren A. St?vel" Date: Sat, 30 Jul 2011 19:58:25 +0200 Subject: Basic readme and package manifest by Yesudeep Mangalapilly - 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. --- MANIFEST.in | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 MANIFEST.in (limited to 'MANIFEST.in') 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 -- cgit v1.2.1