diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2019-01-27 10:06:28 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-27 10:06:28 -0500 |
| commit | 97e8ad4f5ff7793729e9c8be38e0901e3ad8d09e (patch) | |
| tree | 76c5b37e3a56a232b4b5b66ab7e933edbe64cd25 /changelog.d | |
| parent | 78fd73026ad7284819936b651f7cfbe8a1ec98c8 (diff) | |
| parent | 0551421f082eea3f633bc6be23c16a04483aca98 (diff) | |
| download | external_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.rst | 3 |
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``. |
