I am developing a python package in bitbucket and want to index it in pypi. The operations that I perform whenever I have a new download seem rather inefficient, which raises this question.
python setup.py register sdist upload
Can (3) be done after I did (1), (2) without recreating the package?What is the correct way to do this without creating a package twice?
PyPi python setup.py register, setup.py, URL- , .
python setup.py register
, , easy_install, pip .., , URL- ( ), .
, PyPi , , , setup.py.