Skip to content

Commit 2f65ddb

Browse files
committed
Fix registration as GraalVM component.
1 parent c5885b3 commit 2f65ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ def python_checkcopyrights(args):
546546
name='Graal.Python',
547547
short_name='pyn',
548548
dir_name='python',
549-
license_files=['link:GraalCE_Python_license_3rd_party_license.txt'],
549+
license_files=['GraalCE_Python_license_3rd_party_license.txt'],
550550
third_party_license_files=[],
551551
truffle_jars=[
552552
'graalpython:GRAALPYTHON',

0 commit comments

Comments
 (0)