Text reads: For more information on PyPI, see the [http://guide.python-
distribute.org/quickstart.html#register-your-package-with-the-python-
package-index-pypi Quickstart] section
and the "Quickstart" link points to http://guide.python-
distribute.org/quickstart.html#register-your-package-with-the-python-
package-index-pypi
I can't find a suitable replacement for the PyPi quickstart to suggest a
patch.
--
Ticket URL: <https://code.djangoproject.com/ticket/23711>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_docs: => 0
* needs_tests: => 0
* easy: 0 => 1
* stage: Unreviewed => Accepted
Comment:
Hi,
Indeed, it seems that `python-distribute.org` has been taken down.
I think the information can be found on the "The Hitchhiker’s Guide to
Packaging"'s page at http://the-hitchhikers-guide-to-
packaging.readthedocs.org/en/latest/ but I'm not sure how up-to-date that
page is (the copyright says 2009 which is ancient when it comes to Python
packaging).
Thanks.
--
Ticket URL: <https://code.djangoproject.com/ticket/23711#comment:1>
Comment (by berkerpeksag):
Up-to-date packaging documentation can be found at
https://packaging.python.org/.
> I can't find a suitable replacement for the PyPi quickstart to suggest a
patch.
I think the correct link is
https://packaging.python.org/en/latest/distributing.html#uploading-your-
project-to-pypi
--
Ticket URL: <https://code.djangoproject.com/ticket/23711#comment:2>
Comment (by aaugustin):
Can you submit a pull request and provide the link here?
--
Ticket URL: <https://code.djangoproject.com/ticket/23711#comment:3>
* status: new => closed
* type: Uncategorized => Bug
* version: 1.7 => 1.6
* resolution: => fixed
Comment:
In dc241fdfdf55f4086777b7bd45cf75b2c9861312:
Replaced dead links to python-distribute.org.
(Also backported to 1.7/1.6).
--
Ticket URL: <https://code.djangoproject.com/ticket/23711#comment:4>