-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from OpenWaterAnalytics/dev
- Loading branch information
Showing
7 changed files
with
40 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# -*- coding: utf-8 -*- | ||
__author__ = """KIOS CoE""" | ||
__email__ = "[email protected]" | ||
__version__ = "1.0.6" | ||
__version__ = "1.0.7" | ||
__copyright__ = """Copyright 2022, KIOS Research and Innovation Center of Excellence (KIOS CoE), | ||
University of Cyprus (www.kios.org.cy).""" | ||
__license__ = "EUPL License, Version 1.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,10 +26,10 @@ | |
|
||
setup( | ||
name=module_name, | ||
version="1.0.6", | ||
version="1.0.7", | ||
author="KIOS CoE", | ||
author_email="[email protected]", | ||
description='A Python module for EPANET water distribution simulation libraries. The EPyT is inspired by the ' | ||
description='EPyT: An EPANET-Python Toolkit for Smart Water Network Simulations. The EPyT is inspired by the ' | ||
'EPANET-Matlab Toolkit.', | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
|
@@ -48,7 +48,7 @@ | |
'(EUPL 1.2)', | ||
'Operating System :: OS Independent', | ||
], | ||
python_requires=">=3.7", | ||
python_requires=">=3.8", | ||
package_data={f'{module_name}': data}, | ||
install_requires=['numpy', 'matplotlib', 'pandas', 'xlsxwriter'], | ||
include_package_data=True | ||
|