Skip to content

Commit

Permalink
add long docs to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Psy-Fer committed Sep 15, 2021
1 parent bc1e603 commit 9ec7fcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ graft python
graft src
graft include
graft thirdparty
graft docs
recursive-include lib .gitignore
include Makefile
include README.md
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,17 @@ def run(self):
library_dirs = library_dirs,
language = 'c' )]

def readme():
with open('docs/pyslow5_api/pyslow5.md') as f:
return f.read()


setup(
name = 'pyslow5',
version='0.2.0a1',
url = 'https://github.com/hasindu2008/slow5lib',
description='slow5lib python bindings',
long_description='The slow5 python library (pyslow5) allows a user to read slow5 and blow5 files. Visit https://hasindu2008.github.io/slow5lib/pyslow5_api/pyslow5.html',
long_description=readme(),
author='Hasindu Gamaarachchi, Sasha Jenner, James Ferguson',
author_email='hasindu2008@gmail.com',
maintainer='Hasindu Gamaarachchi',
Expand Down

0 comments on commit 9ec7fcc

Please sign in to comment.