File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ This tutorial walks you through how to package a simple Python project. It will
55show you how to add the necessary files and structure to create the package, how
66to build the package, and how to upload it to the Python Package Index.
77
8+ .. tip ::
9+
10+ If you have trouble running the commands in this tutoral, please copy the command
11+ and its output, then `open an issue `_ on the `packaging-problems `_ repository on
12+ GitHub. We'll do our best to help you!
13+
14+ .. _open an issue : https://github.com/pypa/packaging-problems/issues/new?title=Trouble+with+packaging+tutorial
15+
16+ .. _packaging-problems : https://github.com/pypa/packaging-problems
17+
818Some of the commands require a newer version of :ref: `pip `, so start by making
919sure you have the latest version installed:
1020
@@ -435,12 +445,6 @@ files in the :file:`dist` directory:
435445 example_package_YOUR_USERNAME_HERE-0.0.1-py3-none-any.whl
436446 example_package_YOUR_USERNAME_HERE-0.0.1.tar.gz
437447
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-
444448
445449 The ``tar.gz `` file is a :term: `source archive <Source Archive> ` whereas the
446450``.whl `` file is a :term: `built distribution <Built Distribution> `. Newer
You can’t perform that action at this time.
0 commit comments