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 c3f3233 commit 42bae1fCopy full SHA for 42bae1f
setup.py
@@ -249,17 +249,7 @@ 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
- ],
+ license_files=list(map(lambda p: str(p), Path("LICENSE").glob('*'))),
263
platforms="any",
264
classifiers=[
265
'Development Status :: 5 - Production/Stable',
0 commit comments