mirror of
https://github.com/django/django.git
synced 2024-12-23 09:36:06 +00:00
Fixed #30277 -- Fixed broken links to packaging.python.org.
This commit is contained in:
parent
5fc5d93512
commit
8f1cc7e9e6
@ -256,7 +256,8 @@ this. For a small app like polls, this process isn't too difficult.
|
|||||||
new package, ``django-polls-0.1.tar.gz``.
|
new package, ``django-polls-0.1.tar.gz``.
|
||||||
|
|
||||||
For more information on packaging, see Python's `Tutorial on Packaging and
|
For more information on packaging, see Python's `Tutorial on Packaging and
|
||||||
Distributing Projects <https://packaging.python.org/distributing/>`_.
|
Distributing Projects
|
||||||
|
<https://packaging.python.org/tutorials/packaging-projects/>`_.
|
||||||
|
|
||||||
Using your own package
|
Using your own package
|
||||||
======================
|
======================
|
||||||
@ -300,7 +301,7 @@ the world! If this wasn't just an example, you could now:
|
|||||||
|
|
||||||
* Post the package on a public repository, such as `the Python Package Index
|
* Post the package on a public repository, such as `the Python Package Index
|
||||||
(PyPI)`_. `packaging.python.org <https://packaging.python.org>`_ has `a good
|
(PyPI)`_. `packaging.python.org <https://packaging.python.org>`_ has `a good
|
||||||
tutorial <https://packaging.python.org/distributing/#uploading-your-project-to-pypi>`_
|
tutorial <https://packaging.python.org/tutorials/packaging-projects/#uploading-the-distribution-archives>`_
|
||||||
for doing this.
|
for doing this.
|
||||||
|
|
||||||
Installing Python packages with virtualenv
|
Installing Python packages with virtualenv
|
||||||
|
Loading…
Reference in New Issue
Block a user