Files
deb-python-autobahn/lib
2012-01-25 17:14:23 +01:00
..
2012-01-25 17:14:23 +01:00
2011-10-31 21:34:32 +01:00

Publishing to PyPi
------------------

   cd lib/python

The distribution has to be registered

   python setup.py register

Now build and upload the following build variants:

   python setup.py sdist upload
   python setup.py bdist_egg upload
   python setup.py bdist_wininst upload

Authorization for PyPi in ~/.pypirc:

[server-login]
username:XXXX
password:YYYYY