Skip to content

Commit

Permalink
made sure land cover files included
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan D. Snow committed May 16, 2017
1 parent fc48612 commit f1608d5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = '2.3.0'
version = '2.3.1'
# The full version, including alpha/beta/rc tags.
release = '2.3.0'
release = '2.3.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion gsshapy/util/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
********************************************************************************
"""
def version():
return '2.3.0'
return '2.3.1'
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,24 @@
'pangaea',
'pyyaml',
'wrf-python',
]
]

setup(name='gsshapy',
version='2.3.0',
version='2.3.1',
description='An SQLAlchemy ORM for GSSHA model files and a toolkit'
' to convert gridded input into GSSHA input.',
long_description='Documentation can be found at '
'http://gsshapy.readthedocs.io. \n\n'
'.. image:: https://zenodo.org/badge/26494532.svg \n'
' :target: https://zenodo.org/badge/latestdoi/26494532',
' :target: '
'https://zenodo.org/badge/latestdoi/26494532',
author='Nathan Swain, Alan D. Snow, and Scott D. Christensen',
author_email='[email protected]',
url='https://github.com/CI-WATER/gsshapy',
license='BSD 3-Clause License',
keywords='GSSHA, database, object relational model',
packages=find_packages(),
include_package_data=True,
package_data={'': ['grid/land_cover/*.txt']},
classifiers=[
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit f1608d5

Please sign in to comment.