Skip to content

Commit

Permalink
Upped setup and version to 1.2.0. Things should look nice and mostly …
Browse files Browse the repository at this point in the history
…proffessional
  • Loading branch information
Jose Gomez-Dans committed Jan 25, 2016
1 parent 7479540 commit d15ad19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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"])

0 comments on commit d15ad19

Please sign in to comment.