-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added placeholder for next checks (meteo forcings) #31
- Loading branch information
1 parent
ded0cb7
commit 7ca92c6
Showing
4 changed files
with
10 additions
and
2 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 |
---|---|---|
|
@@ -132,7 +132,7 @@ def run(self): | |
author_email='[email protected]', | ||
keywords=['lisflood', 'lisvap', 'efas', 'glofas', 'ecmwf'], | ||
license='EUPL 1.2', | ||
url='https://github.com/ec-jrc/lisflood-model', | ||
url='https://github.com/ec-jrc/lisflood-code', | ||
download_url='https://github.com/ec-jrc/lisflood-code/archive/{}.tar.gz'.format(__version__), | ||
setup_requires=[ | ||
# Setuptools 18.0 properly handles Cython extensions. | ||
|
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 @@ | ||
version = (2, 10, 0) | ||
__authors__ = "Ad de Roo, Emiliano Gelati, Peter Burek, Johan van der Knijff, Niko Wanders" | ||
__version__ = '.'.join(list(map(str, version))) | ||
__date__ = "03/09/2019" | ||
__date__ = "05/09/2019" | ||
__copyright__ = "Copyright 2019, European Commission - Joint Research Centre" | ||
__maintainer__ = "Emiliano Gelati, Domenico Nappo, Valerio Lorini, Lorenzo Mentaschi, Ad de Roo" | ||
__status__ = "Operation" |
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