Skip to content
jseutter edited this page Aug 13, 2013 · 9 revisions

Before getting started, use OS X. Ubuntu can't build python 2.5 anymore (can't load _sha256, needed for easy_install).

  1. Get a list of changes from git, record for website update.
  2. Update version number in ofxparse/init.py, commit.
  3. python2.7 setup.py bdist_egg upload
  4. python2.7 setup.py sdist upload
  5. python3.3 setup.py bdist_egg upload

Documentation can be found at http://packages.python.org/distribute/setuptools.html

Clone this wiki locally