-
Notifications
You must be signed in to change notification settings - Fork 42
/
setup.cfg
25 lines (25 loc) · 906 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
[metadata]
name = pygerrit2
summary = Client library for interacting with Gerrit's REST API
author = David Pursehouse
author_email = [email protected]
home_page = https://github.com/dpursehouse/pygerrit2
license = The MIT License
description_file = description.rst
keywords = gerrit rest http api client
platform = POSIX, Unix, MacOS
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: MIT License
Natural Language :: English
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Operating System :: POSIX
Operating System :: Unix
Operating System :: MacOS
Topic :: Software Development :: Libraries :: Python Modules