We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f3a3a commit fc6b064Copy full SHA for fc6b064
source/tutorials/packaging-projects.rst
@@ -337,8 +337,8 @@ files in the :file:`dist` directory:
337
.. code-block:: text
338
339
dist/
340
- example_package_YOUR_USERNAME_HERE-0.0.1-py3-none-any.whl
341
- example_package_YOUR_USERNAME_HERE-0.0.1.tar.gz
+ ├── example_package_YOUR_USERNAME_HERE-0.0.1-py3-none-any.whl
+ └── example_package_YOUR_USERNAME_HERE-0.0.1.tar.gz
342
343
344
The ``tar.gz`` file is a :term:`source distribution <Source Distribution (or "sdist")>`
0 commit comments