summaryrefslogtreecommitdiffstats
path: root/testapi/testapi-client/setup.cfg
blob: 72a5a5743d83512eab089c742e76810110225bd8 (plain)
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
[metadata]
name = testapi-client

[global]
setup-hooks =
    pbr.hooks.setup_hook

[files]
packages =
    testapiclient

[entry_points]
console_scripts =
    testapi = testapiclient.main:main

testapi =
    auth = testapiclient.cli.auth:Auth
    pod create = testapiclient.cli.pods:PodCreate
    pod get = testapiclient.cli.pods:PodGet
    pod delete = testapiclient.cli.pods:PodDelete
    pod getone = testapiclient.cli.pods:PodGetOne

    project create = testapiclient.cli.projects:ProjectCreate
    project get = testapiclient.cli.projects:ProjectGet
    project getone = testapiclient.cli.projects:ProjectGetOne
    project delete = testapiclient.cli.projects:ProjectDelete
    project put = testapiclient.cli.projects:ProjectPut

[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0