Remove hardcoded paths to Atom gems in registration.py and clean up gem.json files

This commit is contained in:
amzn-sj
2021-05-14 10:35:50 -07:00
parent f6767cec2f
commit 05fec17ebd
25 changed files with 6 additions and 729 deletions
@@ -1,17 +0,0 @@
{
"gem_name": "Atom_DccScriptingInterface",
"GemFormatVersion": 4,
"Uuid": "7bf5a77dacd8438bb4966a66b5a678d8",
"Name": "Atom_DccScriptingInterface",
"DisplayName": "Atom DccScriptingInterface (DCCsi)",
"Version": "0.1.0",
"Summary": "A python framework for working with various DCC tools and workflows.",
"Tags": ["DCC","Digital","Content","Creation"],
"IconPath": "preview.png",
"Modules": [
{
"Name": "Editor",
"Type": "EditorModule"
}
]
}