Update bl_info
This commit is contained in:
@@ -4,12 +4,13 @@ Blender Package manager
|
|||||||
|
|
||||||
bl_info = {
|
bl_info = {
|
||||||
'name': 'Package Manager',
|
'name': 'Package Manager',
|
||||||
'author': 'Sybren A. Stüvel',
|
'author': 'Ellwood Zwovic (gandalf3), Sybren A. Stüvel, Mitchell Stokes (Moguri)',
|
||||||
'version': (0, 1, 0),
|
'version': (0, 1, 0),
|
||||||
'blender': (2, 79, 0),
|
'blender': (2, 79, 0),
|
||||||
'location': 'Addon Preferences panel',
|
'location': 'User Preferences > Packages',
|
||||||
'description': 'Add-on package manager.',
|
'description': 'A tool for installing, updating, and otherwise managing, addons and packages.',
|
||||||
'category': 'System',
|
'category': 'System',
|
||||||
|
'support': 'TESTING',
|
||||||
}
|
}
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
Reference in New Issue
Block a user