-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
43 lines (39 loc) · 1000 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[metadata]
name = odoo-analyse
version = attr: odoo_analyse.VERSION
author = initOS GmbH
author_email = [email protected]
description = Package to analyse odoo modules
long_description = file: README.md
long_description_content_type = text/markdown
license = LGPL-3.0
keywords = odoo modules analyze dependency graph
url = https://github.com/initOS/odoo-analyse
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Topic :: Software Development
project_urls =
Documentation = https://github.com/initOS/odoo-analyse/blob/master/README.md
Usage = https://odoo-code-search.com
[options]
include_package_data = True
package_dir =
= src
packages = find:
python_requires = >=3.6
install_requires =
2to3
cloc
lxml
mccabe
radon
[options.extras_require]
graph =
graphviz
psycopg2
[options.entry_points]
console_scripts =
odoo_analyse = odoo_analyse.__main__:main
[options.packages.find]
where = src