We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c7bf94 + 783a94f commit 612d426Copy full SHA for 612d426
2 files changed
requirements.txt
@@ -1,6 +1,6 @@
1
sphinx==4.3.1
2
sphinx-autobuild==0.7.1
3
sphinx-inline-tabs==2021.4.11b9
4
-python-docs-theme==2021.5
+python-docs-theme==2022.1
5
sphinx-copybutton==0.5.0
6
git+https://github.com/pypa/pypa-docs-theme.git#egg=pypa-docs-theme
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