Skip to content

Commit

Permalink
include long description
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaab committed Apr 15, 2020
1 parent 4dba518 commit a3c3178
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ def readme():
author="Hussein Hazimeh, Rahul Mazumder, Ali Saab",
author_email="alikassemsaab@gmail.com",
url='https://github.com/alisaab/l0bnb',
download_url="https://github.com/alisaab/l0bnb/archive/0.0.1.tar.gz",
download_url="https://github.com/alisaab/l0bnb/archive/0.0.3.tar.gz",
install_requires=["numpy >= 1.18.2", "scipy >= 1.4.1", "numba >= 0.48.0",
"matplotlib >= 3.2.1"],
version="0.0.1",
version="0.0.3",
packages=find_packages(),
include_package_data=True,
license=LICENSE,
# long_description=readme(),
long_description=readme(),
long_description_content_type="text/markdown"
)

0 comments on commit a3c3178

Please sign in to comment.