Update bl_info

This commit is contained in:
Ellwood Zwovic
2017-07-21 00:36:55 -07:00
parent 39cb9079a6
commit c2f17de704

View File

@@ -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