Skip to content

Commit 7918915

Browse files
committed
Add CodeMeta pattern for software metadata
Issue: softwaresaved#1
1 parent dc7d214 commit 7918915

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

fuji_server/data/software_file.json

+9
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,14 @@
6565
"pattern": [
6666
"pom\\.xml"
6767
]
68+
},
69+
"CodeMeta": {
70+
"category": [
71+
"documentation"
72+
],
73+
"parse": "full",
74+
"pattern": [
75+
"codemeta\\.json"
76+
]
6877
}
6978
}

0 commit comments

Comments
 (0)