diff --git a/setup.py b/setup.py index d1c560a..3be593c 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def configuration(parent_package='',top_path=None): from numpy.distutils.core import setup # Global variables for this extension: name = "prosail" # name of the generated python extension (.so) - description = "PROSPECT, SAIL and PROSIAL Python wrappers" + description = "PROSPECT, SAIL and PROSAIL Python wrappers" long_description = "The PROSPECT + SAILh radiative transfer models from Python." if os.path.exists ( "README.txt" ): long_description = open( "README.txt", 'r').read() @@ -46,5 +46,5 @@ def configuration(parent_package='',top_path=None): author_email = author_email, classifiers = classifiers, configuration = configuration, - version="1.1.7", + version="1.2.0", packages=["prosail"])