5
5
name = ##library.name##
6
6
7
7
# List of authors. Links can be provided using the syntax [author name](url).
8
- authorList = [##author.name##](##author.url##)
8
+ authors = [##author.name##](##author.url##)
9
9
10
10
# A web page for your library, NOT a direct link to where to download it.
11
11
url = ##library.url##
12
12
13
- # The category of your library, must be one (or many) of the following:
13
+ # The category (or categories) of your library, must be from the following list :
14
14
# "3D" "Animation" "Compilations" "Data"
15
15
# "Fabrication" "Geometry" "GUI" "Hardware"
16
16
# "I/O" "Language" "Math" "Simulation"
17
17
# "Sound" "Utilities" "Typography" "Video & Vision"
18
18
#
19
19
# If a value other than those listed is used, your library will listed as
20
- # "Other".
21
- category = ##library.category##
20
+ # "Other". Many categories must be comma-separated.
21
+ categories = ##library.category##
22
22
23
23
# A short sentence (or fragment) to summarize the library's function. This will
24
24
# be shown from inside the PDE when the library is being installed. Avoid
@@ -44,7 +44,7 @@ paragraph = ##library.paragraph##
44
44
version = ##library.version## # This must be parsable as an int
45
45
46
46
# The version as the user will see it. If blank, the version attribute will be
47
- # used here.
47
+ # used here. This should be a single word, with no spaces.
48
48
prettyVersion = ##library.prettyVersion## # This is treated as a String
49
49
50
50
# The min and max revision of Processing compatible with your library.
0 commit comments