diff --git a/MANIFEST.in b/MANIFEST.in index 6e047ca..3d6caff 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ include README.md -include LICENSE +include LICENSE.txt include poreplex/kmer_models/COPYRIGHT include poreplex/kmer_models/*.md include poreplex/kmer_models/*RNA/*.model diff --git a/setup.py b/setup.py index 409ad53..7984983 100755 --- a/setup.py +++ b/setup.py @@ -29,12 +29,14 @@ setup( name='poreplex', packages=['poreplex'], - version='0.1', + version='0.2', description='A versatile sequence read processor for nanopore direct RNA sequencing', author='Hyeshik Chang', author_email='hyeshik@snu.ac.kr', url='https://github.com/hyeshik/poreplex', download_url='https://github.com/hyeshik/poreplex/releases', + long_description=open('README.md').read(), + long_description_content_type='text/markdown', include_package_data=True, keywords=[ 'nanopore',