forked from acsone/acsoo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
36 lines (34 loc) · 869 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
[metadata]
name = acsoo
description = Acsone Odoo Dev Tools
long_description = file: README.rst, CHANGES.rst
license = GPLv3+
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: POSIX
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Framework :: Odoo
[options]
packages = find:
include_package_data = True
python_requires = >=3.6
install_requires =
appdirs
click
colorama
configparser
flake8==3.7.9
lxml # pylint-odoo dep not installed automatically?
pip>=9.0.1
pylint-odoo==3.1.0
setuptools # must use odoo-autodiscover>=2 in Odoo<=10
wheel>=0.29
httpx
tomli
[options.entry_points]
console_scripts =
acsoo = acsoo.main:main