Skip to content

Commit

Permalink
Update keywords and classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Sep 17, 2021
1 parent a5f762e commit bb4e7ba
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,24 @@ def get_long_description(file_name):
author='Michal Krassowski',
author_email='[email protected]',
url='https://github.com/krassowski/easy-entrez',
keywords=['entrez', 'pubmed', 'e-utilities', 'ncbi', 'rest', 'api'],
keywords=['entrez', 'pubmed', 'e-utilities', 'ncbi', 'rest', 'api', 'dbsnp', 'literature', 'mining'],
classifiers=[
'Development Status :: 4 - Beta',
'License :: OSI Approved :: MIT License',
'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX :: Linux',
'Operating System :: MacOS',
'Topic :: Utilities',
'Topic :: Database',
'Topic :: Scientific/Engineering :: Bio-Informatics',
'Topic :: Software Development :: Libraries :: Python Modules',
'Typing :: Typed',
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8'
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9'
],
install_requires=['requests', 'typing_extensions', 'dataclasses>="0.7";python_version<"3.7"'],
extras_require={
Expand Down

0 comments on commit bb4e7ba

Please sign in to comment.