-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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(), | ||
|
@@ -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' | ||
], | ||
) |