File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -858,7 +858,7 @@ def import_python_sources(args):
858
858
name = 'Graal.Python license files' ,
859
859
short_name = 'pynl' ,
860
860
dir_name = 'python' ,
861
- license_files = ['LICENSE_GRAALPYTHON' ],
861
+ license_files = ['LICENSE_GRAALPYTHON.txt ' ],
862
862
third_party_license_files = ['3rd_party_licenses_graalpython.txt' ],
863
863
truffle_jars = [],
864
864
support_distributions = [
Original file line number Diff line number Diff line change 379
379
"platformDependent" : True ,
380
380
"description" : "Graal.Python support distribution for the GraalVM license files" ,
381
381
"layout" : {
382
- "LICENSE_GRAALPYTHON" : "file:LICENSE" ,
382
+ "LICENSE_GRAALPYTHON.txt " : "file:LICENSE" ,
383
383
"3rd_party_licenses_graalpython.txt" : "file:3rd_party_licenses.txt" ,
384
384
},
385
385
"maven" : False ,
You can’t perform that action at this time.
0 commit comments