Skip to content

Commit

Permalink
Bug fix of v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sachamedaer committed Jun 6, 2020
1 parent 2f9f83c commit 8c146d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/optcom-org/optcom",
download_url = 'https://github.com/optcom-org/optcom/archive/v_01.tar.gz',
download_url='https://github.com/optcom-org/optcom/archive/v0.2.0.tar.gz',
license="GNU",
packages=setuptools.find_packages(exclude=("tests","branding",)),
packages=setuptools.find_packages(exclude=("tests",)),
include_package_data=True, # controls whether non-code files are copied when package is installed
install_requires=["scipy", "numpy", "matplotlib", "pillow", "pyfftw",
"typing_extensions"],
Expand Down

0 comments on commit 8c146d9

Please sign in to comment.