Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit b084cc9

Browse files
authored
dffml: plugins: Create JSON with with only dffml-model-transformers
Related: #1061 Related: #1401
1 parent 030a72d commit b084cc9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

dffml/plugins.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"@context": {
3+
"@vocab": "TODO-dffml-plugins.schema.json"
4+
},
5+
"comments": "https://github.com/intel/dffml/pull/1061",
6+
"plugins": {
7+
"parties": {
8+
"2nd": [
9+
{
10+
"package_registry": "pypi.org",
11+
"package_name": "dffml-model-transformers",
12+
"source_url": "https://github.com/dffml/dffml-model-transformers"
13+
}
14+
]
15+
}
16+
}
17+
}

0 commit comments

Comments
 (0)