From 178fe28951d7678d5634839d6fb544c02be3accc Mon Sep 17 00:00:00 2001 From: Ankush Bhatia Date: Mon, 29 Oct 2018 15:13:42 +0530 Subject: [PATCH] Added download url and keywords in setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) 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',