Skip to content

Commit

Permalink
chore: fix setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Apr 26, 2020
1 parent e3af1e0 commit 165e21a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
blank_issues_enabled: false
contact_links:
- name: " 📚 Read Jina Docs"
- name: "📚 Read Jina Docs"
url: https://docs.jina.ai/
about: Find your solution from our documenations
- name: " 🐣 Learn by Examples"
- name: "🐣 Learn by Examples"
url: https://github.com/jina-ai/examples
about: Learn from real-world examples
- name: " 🚏 Contributing Guideline"
- name: "🚏 Contributing Guideline"
url: https://github.com/jina-ai/jina/blob/master/CONTRIBUTING.md
about: Follow the guideline to make a good pull request
# - name: "🔎 Search on Existing Issues"
Expand Down
13 changes: 5 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,11 @@ def get_extra_requires(path, add_all=True):
packages=find_packages(),
version=__version__,
include_package_data=True,
description='Jina is the cloud-native neural search solution '
'powered by AI and deep learning. '
'It provides a universal solution of large-scale index and query '
'for media contents.',
author='Jina Team and All Contributors',
description='Jina is the cloud-native neural search solution powered by the state-of-the-art AI and deep learning',
author='Jina Dev Team',
author_email='[email protected]',
license='Apache 2.0',
url='https://jina.ai',
url='https://github.com/jina-ai/jina',
download_url='https://github.com/jina-ai/jina/tags',
long_description=_long_description,
long_description_content_type='text/markdown',
Expand All @@ -93,13 +90,13 @@ def get_extra_requires(path, add_all=True):
'console_scripts': ['jina=jina.main:main'],
},
classifiers=(
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Intended Audience :: Education',
'Intended Audience :: Science/Research',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Cython',
'Programming Language :: Unix Shell',
'Environment :: Console',
'License :: OSI Approved :: Apache Software License',
Expand All @@ -116,5 +113,5 @@ def get_extra_requires(path, add_all=True):
'Topic :: Software Development :: Libraries :: Python Modules',
),
keywords='jina cloud-native semantic query search index elastic neural-network encoding '
'embedding serving docker container image video audio lfai cncf',
'embedding serving docker container image video audio deep-learning',
)

0 comments on commit 165e21a

Please sign in to comment.