From 823c2e86bc14299adbcd93a57af8398ff044a8c3 Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Wed, 1 Oct 2014 22:15:14 +0200 Subject: [PATCH] Adds a MANIFEST.in to fix #2. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..d692faf --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include README.rst LICENSE AUTHORS.rst CHANGELOG.rst requirements.txt