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