mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Moved certain meta data entries to seperate file
CURA-3856 & CURA-3712
This commit is contained in:
parent
015c253252
commit
44125d3275
54 changed files with 224 additions and 203 deletions
|
@ -8,13 +8,6 @@ catalog = i18nCatalog("cura")
|
|||
|
||||
def getMetaData():
|
||||
return {
|
||||
"plugin": {
|
||||
"name": catalog.i18nc("@label", "Removable Drive Output Device Plugin"),
|
||||
"author": "Ultimaker B.V.",
|
||||
"description": catalog.i18nc("@info:whatsthis", "Provides removable drive hotplugging and writing support."),
|
||||
"version": "1.0",
|
||||
"api": 3
|
||||
}
|
||||
}
|
||||
|
||||
def register(app):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue