-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
43 lines (40 loc) · 897 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 = 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 = Apache License 2.0
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 =
black
coverage
debugpy
flake8
git-aggregator
ipython
isort>=4.3.10
pylint_odoo
python-dateutil
pytest-cov
pytest-odoo
PyYAML
[options.entry_points]
console_scripts =
dob = doblib.__main__:main
[options.packages.find]
where = src