diff options
author | Tomaz Solc <tomaz.solc@tablix.org> | 2009-03-01 14:54:24 +0100 |
---|---|---|
committer | Tomaz Solc <tomaz.solc@tablix.org> | 2009-03-01 14:54:24 +0100 |
commit | e556a6fe7540a1d4e11a5a1b7868f67bd480fff1 (patch) | |
tree | 84ec235730b5d557ba0d09dabb1a09bdbc5394bb | |
parent | 0f6086743db9ad5d74f064bf47530d0c135d1a57 (diff) | |
download | unidecode-release-0.04.1.tar.gz |
Added manifest for source distribution tar.gzrelease-0.04.1
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | MANIFEST.in | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -1,2 +1,4 @@ build +dist +MANIFEST *.pyc diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..a8983e5 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,2 @@ +include perl2python.pl +recursive-include tests *.py |