-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
37 lines (32 loc) · 935 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
[metadata]
name = gnocchixyz-ci-tools
home-page = https://github.com/gnocchixyz/gnocchi-ci-tools
summary = Set of Gnocchixyz CI tools
description-file = README.rst
author = Mehdi Abaakouk
author-email = [email protected]
classifier =
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: POSIX
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
[files]
packages =
gnocchixyz-branches-config
gnocchixyz-irc-config
scripts =
gnocchixyz-travis-ci-config
[extras]
test =
fixtures
[entry_points]
console_scripts =
gnocchixyz-branches-config = gnocchixyz_branches_config:main
gnocchixyz-irc-config = gnocchixyz_irc_config:main
[wheel]
universal = 1