-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
47 lines (43 loc) · 938 Bytes
/
setup.cfg
File metadata and controls
47 lines (43 loc) · 938 Bytes
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
44
45
46
47
[metadata]
name = doblib
version = attr: doblib.VERSION
author = initOS GmbH
author_email = info@initos.com
description = Management tool for Odoo installations
long_description = file: README.md
long_description_content_type = text/markdown
license_file = file: LICENSE.md
keywords = odoo environment management
url = https://github.com/initos/dob-lib
classifiers =
Environment :: Console
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3
[options]
include_package_data = True
package_dir =
= src
packages = find:
python_requires = >=3.6
install_requires =
coverage
git-aggregator
ipython
pylint_odoo
python-dateutil
pytest-cov
pytest-odoo
PyYAML
[options.entry_points]
console_scripts =
dob = doblib.__main__:main
[options.extras_require]
no-ruff =
black
flake8
isort>=4.3.10
ruff =
ruff
[options.packages.find]
where = src