summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-11-16 12:49:03 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-11-16 12:49:03 -0500
commita00798264cf4d55db28585cfc147050a4d579b52 (patch)
tree53b29fe8b4adedacbf83f8b809ad5721a6a6a7f9 /docs
parent5ef7e75dd7861b76ec2480a03717cc4b624d64ef (diff)
downloadpython-setuptools-git-a00798264cf4d55db28585cfc147050a4d579b52.tar.gz
Trim excess whitespace
Diffstat (limited to 'docs')
-rw-r--r--docs/setuptools.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt
index 399a56d3..b7fdf410 100644
--- a/docs/setuptools.txt
+++ b/docs/setuptools.txt
@@ -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
@@ -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::