Skip to content

Commit

Permalink
Added download url and keywords in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankush Bhatia committed Oct 29, 2018
1 parent 16af7b1 commit 178fe28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 178fe28

Please sign in to comment.