-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPacletInfo.wl
30 lines (30 loc) · 954 Bytes
/
PacletInfo.wl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
PacletObject[ <|
"Name" -> "SamplePublisher/MyPaclet",
"Description" -> "This is an example paclet!",
"Creator" -> "Sample Author",
"Version" -> "1.7.0",
"WolframVersion" -> "13.0+",
"License" -> "MIT",
"PublisherID" -> "SamplePublisher",
"SourceControlURL" -> "https://github.com/WolframResearch/PacletCICD-Examples-MoreIssues",
"Extensions" -> {
{
"Kernel",
"Root" -> "Kernel",
"Context" -> { "SamplePublisher`MyPaclet`" },
"Symbols" -> {
"SamplePublisher`MyPaclet`AddOne",
"SamplePublisher`MyPaclet`AddTwo"
}
},
{
"Documentation",
"Root" -> "Documentation",
"Language" -> "English"
},
{
"Asset",
"Assets" -> { { "License", "./LICENSE" } }
}
}
|> ]