There was an error while loading. Please reload this page.
1 parent 5235792 commit 45fb2d5Copy full SHA for 45fb2d5
1 file changed
setup.py
@@ -11,6 +11,7 @@
11
classifiers = [
12
'License :: OSI Approved :: BSD License',
13
'Programming Language :: Python :: 2.7',
14
+ 'Programming Language :: Python :: 3.4',
15
'Environment :: Console',
16
'Development Status :: 4 - Beta',
17
'Topic :: Scientific/Engineering',
@@ -29,6 +30,8 @@
29
30
"scenario-based" modeling exercise would be climate scenario modeling: what
31
will happen to modeled outputs if the input meteorological data were to change?
32
''',
33
+ author='John Volk and Matthew Turner',
34
+ author_email='jmvolk@unr.edu',
35
license='BSD3',
36
version='0.1',
37
classifiers=classifiers,
0 commit comments