mirror of https://github.com/Kozea/pygal.git
Python to generate nice looking SVG graph
http://pygal.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
342 B
11 lines
342 B
17 years ago
|
How to make a release:
|
||
|
|
||
|
- build tar.gz, egg for 2.4 and 2.5 and send them to pypi.
|
||
|
On my system (Unbuntu gutsy):
|
||
|
python2.4 setup.py egg_info -RDb "" register bdist_egg upload
|
||
|
python2.5 setup.py egg_info -RDb "" sdist bdist_egg upload
|
||
|
|
||
|
- announce release on python-announce-list@python.org
|
||
|
|
||
|
- bump the version in setup.py and commit
|