config.py 232 B

1234567891011
  1. app = {
  2. 'name': {
  3. 'long': 'Strange Pixels Editor',
  4. 'short': 'sPixels'
  5. },
  6. 'command': 'spixels',
  7. 'version': '1',
  8. 'home': 'spixels_editor',
  9. 'description': 'Graphical editor for Strange Pixels'
  10. }