Skip to content

Commit 45fb2d5

Browse files
committed
add setup.py args
1 parent 5235792 commit 45fb2d5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
classifiers = [
1212
'License :: OSI Approved :: BSD License',
1313
'Programming Language :: Python :: 2.7',
14+
'Programming Language :: Python :: 3.4',
1415
'Environment :: Console',
1516
'Development Status :: 4 - Beta',
1617
'Topic :: Scientific/Engineering',
@@ -29,6 +30,8 @@
2930
"scenario-based" modeling exercise would be climate scenario modeling: what
3031
will happen to modeled outputs if the input meteorological data were to change?
3132
''',
33+
author='John Volk and Matthew Turner',
34+
author_email='jmvolk@unr.edu',
3235
license='BSD3',
3336
version='0.1',
3437
classifiers=classifiers,

0 commit comments

Comments
 (0)