-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathsetup.cfg
37 lines (35 loc) · 1.12 KB
/
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 = pwclient
summary = The command-line client for the Patchwork patch tracking tool
long_description = file: README.rst
long_description_content_type = text/x-rst; charset=UTF-8
license = GPL v2
license_files =
COPYING
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python
License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Operating System :: OS Independent
keywords = patchwork api
author = Nate Case
author_email = [email protected]
maintainer = Stephen Finucane
maintainer_email = [email protected]
url = https://github.com/getpatchwork/pwclient
project_urls =
Bug Tracker = https://github.com/getpatchwork/pwclient/issues
Source Code = https://github.com/getpatchwork/pwclient
Documentation = https://pwclient.readthedocs.io
python_requires = >=3.9
[files]
packages =
pwclient
[entry_points]
console_scripts =
pwclient = pwclient.shell:main