-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Milestone
Description
fixing #181 led me to a few more problems with our setup.py file:
- AUTHORS should be something like 'PVLIB Python developers' instead of naming individuals.
- The current LONG DESCRIPTION results in a poorly formatted PyPI page. Probably fix this after update readme to include only the most important information #182.
- The version check can be deleted. It's not helping anyone.
- DESCRIPTION has a typo 'set functions' --> 'set of functions'
- Move 'install_requires' from setuptools_kwargs to explicit kwarg
- Add 'tests_require' = ['nose'] kwarg
- LICENSE doesn't need 'license'