Skip to content

Commit 204a257

Browse files
committed
PythonLanguage: adopt website descriptor
1 parent 3f34b06 commit 204a257

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/PythonLanguage.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@
112112
dependentLanguages = {"nfi", "llvm"}, //
113113
interactive = true, internal = false, //
114114
contextPolicy = TruffleLanguage.ContextPolicy.SHARED, //
115-
fileTypeDetectors = PythonFileDetector.class)
115+
fileTypeDetectors = PythonFileDetector.class,
116+
website = "https://www.graalvm.org/python/")
116117
@ProvidedTags({
117118
StandardTags.CallTag.class,
118119
StandardTags.StatementTag.class,

0 commit comments

Comments
 (0)