forked from OCA/maintainer-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
27 lines (27 loc) · 954 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
[metadata]
name = oca-maintainers-tools
author = OCA - Odoo Community Associatin
summary = Set of tools for the management of the Odoo Community projects
license = APGL3
description-file = README.md
requires-python = >=2.7
classifier =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Operating System :: POSIX :: Linux
Programming Language :: Python
[files]
packages =
tools
[entry_points]
console_scripts =
oca-github-login = tools.github_login:main
oca-copy-maintainers = tools.copy_maintainers:main
oca-copy-branches = tools.copy_branches:main
oca-clone-everything = tools.clone_everything:main
oca-set-repo-labels = tools.set_repo_labels:main
oca-odoo-login = tools.odoo_login:main
oca-sync-users = tools.oca_sync_users:main