Skip to content

Commit

Permalink
Add README to package description
Browse files Browse the repository at this point in the history
  • Loading branch information
remiolsen committed Mar 13, 2023
1 parent ec48ffc commit 7abaed9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,18 @@
"""
from setuptools import setup, find_packages
import sys, os
from pathlib import Path
this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()

version='0.5.0'

setup(
name='bio-anglerfish',
version=version,
description='Anglerfish, a tool to demultiplex Illumina libraries from ONT data',
long_description=__doc__,
long_description=long_description,
long_description_content_type='text/markdown',
author='Remi-Andre Olsen',
author_email='[email protected]',
url='https://github.com/remiolsen/anglerfish',
Expand Down

0 comments on commit 7abaed9

Please sign in to comment.