123456789101112 |
- # -*- coding: utf-8 -*-
- {
- 'name': "Eiru Input Formatter",
- 'description': "A tool for to format number inputs",
- 'author': "Robert Gauto",
- 'category': 'Uncategorized',
- 'version': '0.1',
- 'depends': ['base'],
- 'data': [
- 'templates.xml'
- ]
- }
|