diff --git a/setup.py b/setup.py index 225223c..bfc7739 100644 --- a/setup.py +++ b/setup.py @@ -5,6 +5,8 @@ version='1.0', packages=['docsearch'], url='https://github.com/ankushbhatia2/docsearch', + download_url="https://github.com/ankushbhatia2/docsearch/archive/1.0.tar.gz", + keywords=["information retrieval", "document similarity", "lda", "nlp", "earth movers distance", "jenson shannon"], license='Apache License 2.0', author='Ankush Bhatia', author_email='ankushbhatia02@gmail.com',