Skip to content

Commit

Permalink
adding __init__ file for constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
sachamedaer committed Jun 6, 2020
1 parent 8c146d9 commit 8bbcb33
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 @@ -5,15 +5,15 @@

setuptools.setup(
name="optcom",
version="0.2.0",
version="0.2.1",
author="Sacha Medaer",
author_email="sacha.medaer@optcom.org",
python_requires=">=3.7.0",
description="Optical System Simulator",
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/v0.2.0.tar.gz',
download_url='https://github.com/optcom-org/optcom/archive/v0.2.1.tar.gz',
license="GNU",
packages=setuptools.find_packages(exclude=("tests",)),
include_package_data=True, # controls whether non-code files are copied when package is installed
Expand Down

0 comments on commit 8bbcb33

Please sign in to comment.