leifj/pyXMLSecurity

View on GitHub
HACKING.txt

Summary

Maintainability
Test Coverage
Development setup
=================

To create a buildout,

  $ python bootstrap.py
  $ bin/buildout

Release HOWTO
=============

To make a release, 

  1) remove dev suffix on version in setup.py
  2) set release date in NEWS.txt
  3) commit the changes to setup.py and NEWS.txt
  4) git tag <version>
  5) git push
  6) Upload to PyPI: 'python setup.py sdist upload'
  6b) wheel: pip install wheel && python setup.py bdist_wheel --universal upload
  7) Increase version in setup.py (for next release) with dev suffix
  8) Create NEWS.txt entry for next release