Skip to content

Commit

Permalink
Merge pull request #16 from RWTH-EBC/issue11_pypi_info_release
Browse files Browse the repository at this point in the history
Update pypi information
  • Loading branch information
FWuellhorst authored Oct 2, 2021
2 parents e386cd2 + f1473fb commit d17959c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

import setuptools

# read the contents of your README file
from pathlib import Path
readme_path = Path(__file__).parent.joinpath("README.md")
long_description = readme_path.read_text()

INSTALL_REQUIRES = [
'numpy>=1.19.5',
'matplotlib>=3.3.4',
Expand All @@ -17,6 +22,8 @@
description='Framework used for sensitivity-analysis'
'and calibration for models of HVAC '
'components.',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/RWTH-EBC/AixCaliBuHA',
download_url='https://github.com/RWTH-EBC/AixCaliBuHA/archive/refs/tags/0.2.1.tar.gz',
license='MIT',
Expand Down

0 comments on commit d17959c

Please sign in to comment.