From f3ab793531e5cb5c0c5ce7c8216fd3cab846505e Mon Sep 17 00:00:00 2001 From: Martey Dodoo Date: Thu, 28 May 2015 22:14:01 -0400 Subject: [PATCH 1/2] Use "packages" instead of "py_modules" in setup.py. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6ccf376..e515fa5 100644 --- a/setup.py +++ b/setup.py @@ -21,5 +21,5 @@ def read(fname): author_email='emidln@gmail.com', url='https://github.com/pbs/haystack-cloudsearch', license='Apache License (2.0)', - py_modules=['haystack_cloudsearch'], + packages=['haystack_cloudsearch'], ) From cbfc0a2f164f930f5be5fde41795068590dd21c0 Mon Sep 17 00:00:00 2001 From: Martey Dodoo Date: Thu, 28 May 2015 22:15:55 -0400 Subject: [PATCH 2/2] Fix syntax of manifest template. --- MANIFEST.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 4338f05..156f3ac 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ -README.rst -LICENSE -AUTHORS +include README.rst +include LICENSE +include AUTHORS