Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Psy-Fer committed Aug 9, 2023
1 parent 7443da1 commit d802d62
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@
name=PKG_NAME,
version=__version__,
url="https://github.com/Psy-Fer/blue-crab",
author="James Ferguson",
author="James Ferguson, Hasindu Gamaarachchi",
author_email="[email protected]",
description="Slow5/Blow5 <-> Pod5 converter",
maintainer='James Ferguson',
maintainer_email='[email protected]',
description="blue-crab: A Slow5/Blow5 <-> Pod5 converter",
license = 'MIT',
keywords = ['nanopore','slow5', 'pod5'],
long_description=long_description,
long_description_content_type="text/markdown",
packages=setuptools.find_packages(),
Expand All @@ -34,7 +38,10 @@
setup_requires=["numpy"],
entry_points={"console_scripts":["blue-crab=src.blue_crab:main"],},
classifiers=[
'Development Status :: 5 - Production/Stable',
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering :: Bio-Informatics'
],
)

0 comments on commit d802d62

Please sign in to comment.