Skip to content

Commit

Permalink
Merge pull request #31 from hiruna72/dev
Browse files Browse the repository at this point in the history
update setup.py and manifest file added
  • Loading branch information
hiruna72 authored Aug 11, 2023
2 parents 26e1f89 + 57783a7 commit 85c6ede
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
graft src
include requirements.txt
include README.md
include LICENSE
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@
url="https://github.com/hiruna72/squigualiser",
author="Hiruna Samarakoon",
author_email="[email protected]",
maintainer='Hiruna Samarakoon',
maintainer_email='[email protected]',
description="Visualise ONT raw signals ",
license='MIT',
keywords=['nanopore', 'slow5', 'signal'],
long_description=long_description,
long_description_content_type="text/markdown",
packages=setuptools.find_packages(),
Expand All @@ -37,7 +41,10 @@
],
},
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 85c6ede

Please sign in to comment.