Skip to content

Commit 9c4a9e5

Browse files
committed
Move packaging-problems link to top
1 parent 1701a0e commit 9c4a9e5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

source/tutorials/packaging-projects.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ This tutorial walks you through how to package a simple Python project. It will
55
show you how to add the necessary files and structure to create the package, how
66
to build the package, and how to upload it to the Python Package Index.
77

8+
.. note:: If you have trouble running the commands in this tutoral, please copy the
9+
command and its output, then `open an issue
10+
<https://github.com/pypa/packaging-problems/issues/new?title=Trouble+with+packaging+tutorial>`_
11+
on the `packaging-problems <https://github.com/pypa/packaging-problems>`_
12+
repository on GitHub. We'll do our best to help you!
13+
814
Some of the commands require a newer version of :ref:`pip`, so start by making
915
sure you have the latest version installed:
1016

@@ -435,12 +441,6 @@ files in the :file:`dist` directory:
435441
example_package_YOUR_USERNAME_HERE-0.0.1-py3-none-any.whl
436442
example_package_YOUR_USERNAME_HERE-0.0.1.tar.gz
437443
438-
.. note:: If you run into trouble here, please copy the output and file an issue
439-
over on `packaging problems`_ and we'll do our best to help you!
440-
441-
.. _packaging problems:
442-
https://github.com/pypa/packaging-problems/issues/new?title=Trouble+following+packaging+libraries+tutorial
443-
444444
445445
The ``tar.gz`` file is a :term:`source archive <Source Archive>` whereas the
446446
``.whl`` file is a :term:`built distribution <Built Distribution>`. Newer

0 commit comments

Comments
 (0)