~rharding/lpyui/trunk

« back to all changes in this revision

Viewing changes to HACKING.txt

  • Committer: Rick Harding
  • Date: 2012-07-10 15:38:34 UTC
  • Revision ID: rick.harding@canonical.com-20120710153834-yicg41gw5s7eln24
Setup repo for package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Development setup
 
2
=================
 
3
 
 
4
To create a buildout,
 
5
 
 
6
  $ python bootstrap.py
 
7
  $ bin/buildout
 
8
 
 
9
Release HOWTO
 
10
=============
 
11
 
 
12
To make a release, 
 
13
 
 
14
  1) Update release date/version in NEWS.txt and setup.py
 
15
  2) Run 'python setup.py sdist'
 
16
  3) Test the generated source distribution in dist/
 
17
  4) Upload to PyPI: 'python setup.py sdist register upload'
 
18
  5) Increase version in setup.py (for next release)
 
19