You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
508 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "Mail Recovery",
  4. 'summary': """Backup and recover unsent message""",
  5. 'author': "IT-Projects LLC, Ildar Nasyrov",
  6. 'license': 'LGPL-3',
  7. "price": 190.00,
  8. "currency": "EUR",
  9. "support": "apps@it-projects.info",
  10. 'website': "https://twitter.com/nasyrov_ildar",
  11. 'category': 'Discuss',
  12. 'images': ['images/mail_recovery.png'],
  13. 'version': '1.0.0',
  14. 'depends': ['mail'],
  15. 'data': [
  16. 'data.xml',
  17. ],
  18. "installable": True,
  19. }