Skip to content

Commit

Permalink
Release PyPi achieved
Browse files Browse the repository at this point in the history
  • Loading branch information
GDelevoye committed Mar 15, 2021
1 parent 4cb631a commit af68c83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions METADATA.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include README.md
include LICENSE.txt
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@

setup(
name='ipdtools',
version='0.2a1',
version='0.21',
long_description="PacBio codes isolated and repackaged to work on their in-sillico model",
author='DELEVOYE Guillaume',
author_email="delevoye.guillaume@gmail.com",
license=open('LICENSE.txt').read(),
packages=find_packages("."),
url="https://github.com/GDelevoye/ipdtools",
python_requires='>=3.6',
package_data={'ipdtools': ['resources/*.h5']},
package_data={'ipdtools': ['resources/*.h5',"./LICENSE.txt","./README.md"]},
ext_modules=[Extension('ipdtools/tree_predict', ['ipdtools/tree_predict.c'],
extra_compile_args=["-O3", "-shared", "-std=c99"],
export_symbols=["innerPredict", "innerPredictCtx", "init_native"])],
Expand Down

0 comments on commit af68c83

Please sign in to comment.