aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-01-27 10:06:28 -0500
committerGitHub <noreply@github.com>2019-01-27 10:06:28 -0500
commit97e8ad4f5ff7793729e9c8be38e0901e3ad8d09e (patch)
tree76c5b37e3a56a232b4b5b66ab7e933edbe64cd25 /changelog.d
parent78fd73026ad7284819936b651f7cfbe8a1ec98c8 (diff)
parent0551421f082eea3f633bc6be23c16a04483aca98 (diff)
downloadexternal_python_setuptools-97e8ad4f5ff7793729e9c8be38e0901e3ad8d09e.tar.gz
external_python_setuptools-97e8ad4f5ff7793729e9c8be38e0901e3ad8d09e.tar.bz2
external_python_setuptools-97e8ad4f5ff7793729e9c8be38e0901e3ad8d09e.zip
Merge pull request #1536 from dtaneli/license-fix-357
Setuptools will install licenses if included in setup.cfg
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/1536.change.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.d/1536.change.rst b/changelog.d/1536.change.rst
new file mode 100644
index 00000000..8a69959c
--- /dev/null
+++ b/changelog.d/1536.change.rst
@@ -0,0 +1,3 @@
+``setuptools`` will now automatically include licenses if ``setup.cfg``
+contains a ``license_file`` attribute, unless this file is manually excluded
+inside ``MANIFEST.in``.