# pylint: disable-msg=W0622 """cubicweb-intranet application packaging information""" modname = "intranet" distname = "cubicweb-intranet" numversion = (2, 0, 0) version = ".".join(str(num) for num in numversion) license = "LGPL" author = "Logilab" author_email = "contact@logilab.fr" description = "an intranet built on the CubicWeb framework" web = "http://cubicweb.org/project/cubicweb-intranet" classifiers = [ "Environment :: Web Environment", "Framework :: CubicWeb", "Programming Language :: Python", "Programming Language :: JavaScript", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", ] __depends__ = { "cubicweb[pyramid]": ">= 3.28.1", "cubicweb-blog": ">=1.14.0,<1.15.0", "cubicweb-book": ">=0.8.0,<0.9.0", "cubicweb-card": ">=1.1.0,<1.2.0", "cubicweb-link": ">=1.9.0,<1.10.0", "cubicweb-file": ">=2.3.0,<2.4.0", "cubicweb-folder": ">=2.1.0,<2.2.0", "cubicweb-tag": ">=1.9.0,<1.10.0", "cubicweb-comment": ">=1.14.0,<1.15.0", "cubicweb-task": ">=1.9.0,<1.10.0", "cubicweb-event": ">=1.4.0,<1.5.0", "cubicweb-rqlcontroller": ">=0.7.0,<0.8.0", "cubicweb-signedrequest": ">=1.0.0,<1.1.0", "cubicweb-sentry": ">=0.5.0,<0.6.0", "cubicweb-preview": ">=1.5.0,<1.6.0", "cubicweb-localperms": ">=0.4.0,<0.5.0", "cubicweb-jsonschema": ">=0.7.0,<0.8.0", "cubicweb-searchui": None, "cubicweb-bootstrap": None, }