Skip to content

Commit 078079a

Browse files
committed
fix description and url
1 parent 78724f5 commit 078079a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
except ImportError:
1212
raise RuntimeError('setuptools is required')
1313

14-
DESCRIPTION = 'Pythonic port of the python port of the PVLIB package'
14+
DESCRIPTION = 'The PVLIB toolbox provides a set functions for simulating the performance of photovoltaic energy systems.'
1515
LONG_DESCRIPTION = open('README.md').read()
1616

1717
# consider changing name to pythonic-pvlib
1818
DISTNAME = 'pvlib'
1919
LICENSE = 'The BSD 3-Clause License'
2020
AUTHOR = 'Dan Riley, Clifford Hanson, Rob Andrews, Will Holmgren, github contributors'
2121
MAINTAINER_EMAIL = '[email protected]'
22-
URL = 'https://github.com/UARENForecasting/pythonic-PVLIB'
22+
URL = 'https://github.com/pvlib/pvlib-python'
2323

2424
# imports __version__ into the local namespace
2525
version_file = os.path.join(os.path.dirname(__file__), 'pvlib/version.py')

0 commit comments

Comments
 (0)