diff options
author | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2021-04-03 21:34:00 +0200 |
---|---|---|
committer | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2021-04-03 21:34:00 +0200 |
commit | 608c376e86326c879dd52b56660b2247a3ca854e (patch) | |
tree | 5ce7ced6a4e80a07aaa51f05d479fd0341dfa482 /docs/references | |
parent | 0f34639e5aa630b8cbe32af9cfe8dfec7be890e7 (diff) | |
download | python-setuptools-git-608c376e86326c879dd52b56660b2247a3ca854e.tar.gz |
Small changes
Diffstat (limited to 'docs/references')
-rw-r--r-- | docs/references/keywords.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/references/keywords.rst b/docs/references/keywords.rst index 6485437b..619b2d14 100644 --- a/docs/references/keywords.rst +++ b/docs/references/keywords.rst @@ -86,7 +86,6 @@ Keywords A list of glob patterns for license related files that should be included. If neither ``license_file`` nor ``license_files`` is specified, this option defaults to ``LICEN[CS]E*``, ``COPYING*``, ``NOTICE*``, and ``AUTHORS*``. - Any ``exclude`` specified in ``MANIFEST.in`` will overwrite it. ``keywords`` A list of strings or a comma-separated string providing descriptive |