I'm happy to receive patches to Pysolar. Please make sure that your patch does not break the test suite before you send a pull request. If that's confusing, please feel free to send me an email.
(These notes are just to remind Brandon how releases worked the last time he released a new version of Pysolar.)
- Patch, test, patch, test, until it works right. Commit and push to Github.
- Update the version number in setup.py.
- Update contributors.markdown if needed.
- Add a release on Github that matches the new version number: https://github.com/pingswept/pysolar/releases
- Test PyPI credentials with
python setup.py register
- Run
python setup.py sdist upload