-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathsetup.cfg
More file actions
38 lines (34 loc) · 1.09 KB
/
setup.cfg
File metadata and controls
38 lines (34 loc) · 1.09 KB
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
[metadata]
name = Odooly
version = attr: odooly.__version__
license = BSD-3-Clause
description = Versatile tool for Odoo
long_description = file: README.rst
long_description_content_type = text/x-rst
url = http://odooly.readthedocs.org/
author = Florent Xicluna
author_email = florent.xicluna@gmail.com
platforms = any
keywords = odoo jsonrpc json2
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Framework :: Odoo
Intended Audience :: Developers
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: 3.14
Programming Language :: Python :: 3.15
Topic :: Software Development :: Libraries :: Python Modules
[options]
py_modules = odooly, odooly_run
test_suite = tests
[options.entry_points]
console_scripts =
odooly = odooly_run:main