Skip to content

Commit

Permalink
fix: url description and keywords in setup (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwanglzu committed Mar 24, 2022
1 parent 271986c commit dd4cb3c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
packages=find_packages(),
version=__version__,
include_package_data=True,
description='The data structure for unstructured data',
description='Low-latency high-scalability service for embedding images and texts',
author='Jina AI',
author_email='hello@jina.ai',
license='Apache 2.0',
url='https://github.com/jina-ai/docarray',
download_url='https://github.com/jina-ai/docarray/tags',
url='https://github.com/jina-ai/clip-as-service',
download_url='https://github.com/jina-ai/clip-as-service/tags',
long_description=_long_description,
long_description_content_type='text/markdown',
zip_safe=False,
Expand Down Expand Up @@ -64,9 +64,9 @@
'Topic :: Software Development :: Libraries :: Python Modules',
],
project_urls={
'Documentation': 'https://docarray.jina.ai',
'Source': 'https://github.com/jina-ai/docarray/',
'Tracker': 'https://github.com/jina-ai/docarray/issues',
'Documentation': 'https://clip-as-service.jina.ai/',
'Source': 'https://github.com/jina-ai/clip-as-service',
'Tracker': 'https://github.com/jina-ai/clip-as-service/issues',
},
keywords='docarray deep-learning data-structures cross-modal multi-modal unstructured-data nested-data neural-search',
keywords='clip docarray deep-learning data-structures cross-modal multi-modal unstructured-data nested-data neural-search',
)

0 comments on commit dd4cb3c

Please sign in to comment.