summaryrefslogtreecommitdiff
path: root/docs/references
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-03-28 13:39:35 +0200
committerMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-04-03 21:13:18 +0200
commit91e7956d961ef84080c30eb5253c220fa3b001dc (patch)
treeaf717191d21c0281e9cac68a78ecc7e7dad4ef93 /docs/references
parent749b97499ea36d9a7660ed73db622837ae64c57d (diff)
downloadpython-setuptools-git-91e7956d961ef84080c30eb5253c220fa3b001dc.tar.gz
Add documentation + changelog entries
Diffstat (limited to 'docs/references')
-rw-r--r--docs/references/keywords.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/references/keywords.rst b/docs/references/keywords.rst
index 03ce9fa2..6485437b 100644
--- a/docs/references/keywords.rst
+++ b/docs/references/keywords.rst
@@ -76,6 +76,18 @@ Keywords
``license``
A string specifying the license of the package.
+``license_file``
+
+ .. warning::
+ ``license_file`` is deprecated. Use ``license_files`` instead.
+
+``license_files``
+
+ 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
meta-data. See: `PEP 0314`_.