-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Marco Dal Molin
committed
Sep 7, 2020
1 parent
b9614dc
commit cd977bf
Showing
20 changed files
with
1,544 additions
and
804 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 |
---|---|---|
|
@@ -2,13 +2,18 @@ | |
|
||
setuptools.setup( | ||
name='superflexpy', | ||
version='0.3.1', | ||
version='0.0.13', | ||
author='Marco Dal Molin', | ||
author_email='[email protected]', | ||
description='Framework for building hydrological models', | ||
long_description='Framework for building hydrological models', | ||
license='Apache Software License', | ||
packages=setuptools.find_packages(), | ||
classifiers=[ | ||
'Development Status :: 3 - Alpha' # https://martin-thoma.com/software-development-stages/ | ||
] | ||
'Development Status :: 5 - Production/Stable', # https://martin-thoma.com/software-development-stages/ | ||
], | ||
install_requires=[ | ||
'numpy>=1.16.4', | ||
'numba>=0.49.0', | ||
], | ||
) |
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
Oops, something went wrong.