8000 Include license files in build distribution · matplotlib/matplotlib@c3f3233 · GitHub
[go: up one dir, main page]

Skip to content

Commit c3f3233

Browse files
authored
Include license files in build distribution
1 parent ce6ac2d commit c3f3233

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

setup.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,17 @@ def build_extensions(self):
249249
long_description=Path("README.rst").read_text(encoding="utf-8"),
250250
long_description_content_type="text/x-rst",
251251
license="PSF",
252+
license_files=[
253+
"LICENSE/LICENSE",
254+
"LICENSE/LICENSE_AMSFONTS",
255+
"LICENSE/LICENSE_BAKOMA",
256+
"LICENSE/LICENSE_CARLOGO.txt",
257+
"LICENSE/LICENSE_COLORBREWER",
258+
"LICENSE/LICENSE_QT4_EDITOR",
259+
"LICENSE/LICENSE_STIX",
260+
"LICENSE/LICENSE_TORICK",
261+
"LICENSE/Solarized.txt",
262+
],
252263
platforms="any",
253264
classifiers=[
254265
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)
0