Skip to content

Commit

Permalink
Trim excess whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Nov 16, 2019
1 parent 5ef7e75 commit a007982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/setuptools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@ the quoted part.
Distributing a ``setuptools``-based project
===========================================

Detailed instructions to distribute a setuptools project can be found at
Detailed instructions to distribute a setuptools project can be found at
`Packaging project tutorials`_.

.. _Packaging project tutorials: https://packaging.python.org/tutorials/packaging-projects/#generating-distribution-archives
Expand All @@ -1223,7 +1223,7 @@ setup.py is located::

This will generate distribution archives in the `dist` directory.

Before you upload the generated archives make sure you're registered on
Before you upload the generated archives make sure you're registered on
https://test.pypi.org/account/register/. You will also need to verify your email
to be able to upload any packages.
You should install twine to be able to upload packages::
Expand Down

0 comments on commit a007982

Please sign in to comment.