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 182835e commit 043bcc6Copy full SHA for 043bcc6
mx.graalpython/mx_graalpython.py
@@ -858,7 +858,7 @@ def import_python_sources(args):
858
name='Graal.Python license files',
859
short_name='pynl',
860
dir_name='python',
861
- license_files=['LICENSE_GRAALPYTHON'],
+ license_files=['LICENSE_GRAALPYTHON.txt'],
862
third_party_license_files=['3rd_party_licenses_graalpython.txt'],
863
truffle_jars=[],
864
support_distributions=[
mx.graalpython/suite.py
@@ -379,7 +379,7 @@
379
"platformDependent": True,
380
"description": "Graal.Python support distribution for the GraalVM license files",
381
"layout": {
382
- "LICENSE_GRAALPYTHON": "file:LICENSE",
+ "LICENSE_GRAALPYTHON.txt": "file:LICENSE",
383
"3rd_party_licenses_graalpython.txt": "file:3rd_party_licenses.txt",
384
},
385
"maven": False,
0 commit comments