summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 984f877bbd4541529f3db5b755356a68fd45c8dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[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
description-file = README.rst
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