Commit 4d896497 authored by Theo Christiaanse's avatar Theo Christiaanse
Browse files

Update setup.py

parent d9f70338
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,12 +5,12 @@ with open("README.md", "r") as fh:

setuptools.setup(
    name="pyehub",
    version="1.4.0",
    version="1.4.1",
    author_email="revins@uvic.ca",
    description="A library used to solve an energy hub model in Python.",
    long_description=long_description,
    long_description_content_type="text/markdown",
    url="https://gitlab.com/energyincities/pyehub",
    url="https://gitlab.com/energyincities/python-ehub",
    packages=setuptools.find_packages(exclude="pytests"),
    include_package_data=True,
    install_requires=[