368ec2c06e
We're splitting the repository into multiple ones. This one will only retain the Python stuff (and rebind, used by websocketproxy). Only once license is needed after this, so use the standard COPYING filename.
11 lines
322 B
Plaintext
11 lines
322 B
Plaintext
- Update setup.py and CHANGES.txt and commit
|
|
- Create version tag and tarball from tag
|
|
WVER=0.1.0
|
|
git tag v${WVER}
|
|
git push origin master
|
|
git push origin v${WVER}
|
|
- Register with pypi.python.org (once):
|
|
python setup.py register
|
|
- Upload the source distribution to pypi
|
|
python setup.py sdist upload
|