summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: e64e45f6e5bc9a53d4f7daf7abc8f07e6a8e77db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[metadata]
name = pygerrit
summary = Client library for interacting with Gerrit
author = David Pursehouse
author_email = david.pursehouse@sonymobile.com
home-page = https://github.com/sonyxperiadev/pygerrit
license = The MIT License
keywords =
    gerrit
    rest
    http
    json
classifiers =
    Development Status :: 3 - Alpha
    Environment :: Console
    Intended Audience :: Developers
    License :: OSI Approved :: MIT License
    Natural Language :: English
    Programming Language :: Python
    Programming Language :: Python :: 2.6
    Programming Language :: Python :: 2.7