Skip to content

Commit

Permalink
Add database folder to installation routine #208
Browse files Browse the repository at this point in the history
  • Loading branch information
thouska committed Mar 22, 2019
1 parent 5d442bf commit be58044
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
url = 'http://www.uni-giessen.de/cms/faculties/f09/institutes/ilr/hydro/download/spotpy',
license = 'MIT',
packages = ["spotpy", "spotpy.examples", "spotpy.examples.hymod_python", "spotpy.examples.hymod_exe",
"spotpy.examples.cmf_data", "spotpy.algorithms", "spotpy.parallel", "spotpy.gui", "spotpy.hydrology"],
"spotpy.examples.cmf_data", "spotpy.algorithms", "spotpy.parallel", "spotpy.gui", "spotpy.hydrology",
"spotpy.database"],
package_data={
'spotpy.examples.hymod_exe': ['*'],
'spotpy.examples.hymod_python': ['*'],
Expand Down

0 comments on commit be58044

Please sign in to comment.