From ab05c46638043e329e0fb983d6b4f75d2459ad4e Mon Sep 17 00:00:00 2001 From: cdeline Date: Fri, 9 Mar 2018 13:25:06 -0700 Subject: [PATCH] update setup.py to rev version, update webpage --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index cc79372..4506603 100644 --- a/setup.py +++ b/setup.py @@ -26,20 +26,20 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.1.3', + version='0.1.4', description='Bifacial PV system evaluation using view factor method', long_description=long_description, # The project's main homepage. - url='https://github.nrel.gov/sayala/BF_BifacialIrradiances.git', + url='https://github.com/NREL/bifacialvf', # Author details author='Chris Deline', author_email='chris.deline@nrel.gov', # Choose your license - license='MIT', + license='BSD', # See https://pypi.python.org/pypi?%3Aaction=list_classifiers classifiers=[ @@ -47,13 +47,13 @@ # 3 - Alpha # 4 - Beta # 5 - Production/Stable - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', # Indicate who your project is intended for 'Intended Audience :: Science/Research', # Pick your license as you wish (should match "license" above) - 'License :: OSI Approved :: MIT License', + 'License :: OSI Approved :: BSD License', # Specify the Python versions you support here. In particular, ensure # that you indicate whether you support Python 2, Python 3 or both.