Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
Bump the version to upload long description to PyPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeshik committed Jun 28, 2018
1 parent f7b46b2 commit 39540b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 39540b1

Please sign in to comment.