aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-03-08 16:34:08 -0500
committerGitHub <noreply@github.com>2018-03-08 16:34:08 -0500
commitcb39b3f2e4eed76a2cae7ae8f68489067be5f978 (patch)
tree108b114f3adb1e6c8a8f12c53ca46bde78b2ab68
parentf4464151c2fbd3f684ce00fadfc0e0c27097e2df (diff)
downloadexternal_python_setuptools-cb39b3f2e4eed76a2cae7ae8f68489067be5f978.tar.gz
external_python_setuptools-cb39b3f2e4eed76a2cae7ae8f68489067be5f978.tar.bz2
external_python_setuptools-cb39b3f2e4eed76a2cae7ae8f68489067be5f978.zip
Add some commas.
-rw-r--r--docs/setuptools.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt
index ce20c548..65080a0b 100644
--- a/docs/setuptools.txt
+++ b/docs/setuptools.txt
@@ -886,11 +886,11 @@ the path separator, even if you are on Windows. Setuptools automatically
converts slashes to appropriate platform-specific separators at build time.
If datafiles are contained in a subdirectory of a package that isn't a package
-itself (no ``__init__.py``) then the subdirectory names (or ``*``) are required
+itself (no ``__init__.py``), then the subdirectory names (or ``*``) are required
in the ``package_data`` argument (as shown above with ``'data/*.dat'``).
-When building an ``sdist`` the datafiles are also drawn from the
-``package_name.egg-info/SOURCES.txt`` file so make sure that this is removed if
+When building an ``sdist``, the datafiles are also drawn from the
+``package_name.egg-info/SOURCES.txt`` file, so make sure that this is removed if
the ``setup.py`` ``package_data`` list is updated before calling ``setup.py``.
(Note: although the ``package_data`` argument was previously only available in