8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6ac2d commit c3f3233Copy full SHA for c3f3233
setup.py
@@ -249,6 +249,17 @@ def build_extensions(self):
249
long_description=Path("README.rst").read_text(encoding="utf-8"),
250
long_description_content_type="text/x-rst",
251
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
+ ],
263
platforms="any",
264
classifiers=[
265
'Development Status :: 5 - Production/Stable',
0 commit comments