|
|
@ -86,12 +86,13 @@ numpy.distutils.core.setup( |
|
|
|
classifiers = ["Development Status :: 5 - Production/Stable", |
|
|
|
classifiers = ["Development Status :: 5 - Production/Stable", |
|
|
|
"Intended Audience :: Science/Research", |
|
|
|
"Intended Audience :: Science/Research", |
|
|
|
"Intended Audience :: Developers", |
|
|
|
"Intended Audience :: Developers", |
|
|
|
"License :: OSI Approved", |
|
|
|
"License :: OSI Approved :: Apache Software License", |
|
|
|
"Programming Language :: Fortran", |
|
|
|
"Programming Language :: Fortran", |
|
|
|
"Programming Language :: Python :: 2.7", |
|
|
|
"Programming Language :: Python :: 2.7", |
|
|
|
"Programming Language :: Python :: 3.4", |
|
|
|
"Programming Language :: Python :: 3.4", |
|
|
|
"Programming Language :: Python :: 3.5", |
|
|
|
"Programming Language :: Python :: 3.5", |
|
|
|
"Programming Language :: Python :: 3.6", |
|
|
|
"Programming Language :: Python :: 3.6", |
|
|
|
|
|
|
|
"Programming Language :: Python :: 3.7", |
|
|
|
"Topic :: Scientific/Engineering :: Atmospheric Science", |
|
|
|
"Topic :: Scientific/Engineering :: Atmospheric Science", |
|
|
|
"Topic :: Software Development", |
|
|
|
"Topic :: Software Development", |
|
|
|
"Operating System :: POSIX", |
|
|
|
"Operating System :: POSIX", |
|
|
@ -100,7 +101,7 @@ numpy.distutils.core.setup( |
|
|
|
"Operating System :: Microsoft :: Windows"], |
|
|
|
"Operating System :: Microsoft :: Windows"], |
|
|
|
name = "wrf-python", |
|
|
|
name = "wrf-python", |
|
|
|
platforms = ["any"], |
|
|
|
platforms = ["any"], |
|
|
|
license = "OSI Approved", |
|
|
|
license = "Apache License 2.0", |
|
|
|
version = __version__, |
|
|
|
version = __version__, |
|
|
|
packages = setuptools.find_packages("src"), |
|
|
|
packages = setuptools.find_packages("src"), |
|
|
|
ext_modules = ext_modules, |
|
|
|
ext_modules = ext_modules, |
|
|
|