Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TechyNilesh authored May 31, 2021
1 parent 1ce4846 commit 1367bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
long_description_content_type="text/markdown",
name = 'DeepTextSearch',
packages = ['DeepTextSearch'],
version = '0.2',
version = '0.3',
license='MIT',
description = 'Deep Text Search is an AI-powered multilingual text search and recommendation engine with state-of-the-art transformer-based multilingual text embedding (50+ languages).',
long_description=README,
author = 'Nilesh Verma',
author_email = 'me@nileshverma.com',
url = 'https://github.com/TechyNilesh/DeepTextSearch',
download_url = 'https://github.com/TechyNilesh/DeepTextSearch/archive/refs/tags/v_02.tar.gz',
download_url = 'https://github.com/TechyNilesh/DeepTextSearch/archive/refs/tags/v_03.tar.gz',
keywords = ['Deep Text Search Engine', 'AI Text search', 'Text Search Python','Text Recommendation Engine'],
install_requires=[
'sentence_transformers',
Expand Down

0 comments on commit 1367bed

Please sign in to comment.