Skip to content

Commit fc6b064

Browse files
committed
Normalize directory tree
1 parent 70f3a3a commit fc6b064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/tutorials/packaging-projects.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,8 @@ files in the :file:`dist` directory:
337337
.. code-block:: text
338338
339339
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
340+
├── example_package_YOUR_USERNAME_HERE-0.0.1-py3-none-any.whl
341+
└── example_package_YOUR_USERNAME_HERE-0.0.1.tar.gz
342342
343343
344344
The ``tar.gz`` file is a :term:`source distribution <Source Distribution (or "sdist")>`

0 commit comments

Comments
 (0)