Skip to content

Commit 7641c72

Browse files
committed
[GR-9653] Fix registration as GraalVM component.
PullRequest: graalpython-open/32
2 parents c5885b3 + 2f65ddb commit 7641c72

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)