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.

36 lines
789 B

2 years ago
  1. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  2. {
  3. "name": "Social mixin",
  4. "version": "1.0.0",
  5. "summary": """
  6. Provides social fields mixin
  7. """,
  8. "description": """
  9. """,
  10. "author": "RemiFr82",
  11. "contributors": "",
  12. "website": "https://remifr82.me",
  13. "license": "LGPL-3",
  14. "category": "Marketing",
  15. # "price": 0,
  16. # "currency": "EUR",
  17. "application": False,
  18. "installable": True,
  19. "auto_install": False,
  20. "pre_init_hook": "",
  21. "post_init_hook": "",
  22. "uninstall_hook": "",
  23. "excludes": [],
  24. "external_dependencies": [],
  25. "depends": [
  26. "base",
  27. ],
  28. "data": [],
  29. "css": [],
  30. "images": [],
  31. "js": [],
  32. "test": [],
  33. "demo": [],
  34. "maintainer": "RemiFr82",
  35. }