Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
README.rst
LICENSE
AUTHORS
include README.rst
include LICENSE
include AUTHORS
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
)