Skip to content

Commit

Permalink
MANIFIST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaab committed Apr 15, 2020
1 parent a3c3178 commit 3f86abc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
include MANIFEST.in
include LICENSE.txt
include README.md
include formulation.png
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ def readme():
author="Hussein Hazimeh, Rahul Mazumder, Ali Saab",
author_email="[email protected]",
url='https://github.com/alisaab/l0bnb',
download_url="https://github.com/alisaab/l0bnb/archive/0.0.3.tar.gz",
download_url="https://github.com/alisaab/l0bnb/archive/0.0.4.tar.gz",
install_requires=["numpy >= 1.18.2", "scipy >= 1.4.1", "numba >= 0.48.0",
"matplotlib >= 3.2.1"],
version="0.0.3",
version="0.0.4",
packages=find_packages(),
include_package_data=True,
license=LICENSE,
Expand Down

0 comments on commit 3f86abc

Please sign in to comment.