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.

24 lines
641 B

  1. # Copyright 2020 Coop IT Easy SCRL fs
  2. # Robin Keunen <robin@coopiteasy.be>
  3. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "Easy My Coop API",
  6. "version": "12.0.0.0.1",
  7. "depends": [
  8. "base_rest",
  9. "easy_my_coop",
  10. "auth_api_key", # todo conf running_env = dev
  11. ],
  12. "author": "Coop IT Easy SCRLfs",
  13. "category": "Cooperative management",
  14. "website": "www.coopiteasy.be",
  15. "license": "AGPL-3",
  16. "summary": """
  17. Open Easy My Coop to the world: RESTful API.
  18. """,
  19. "data": [],
  20. "demo": [],
  21. "installable": True,
  22. "application": False,
  23. }