-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathsetup.cfg
34 lines (32 loc) · 1017 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
26
27
28
29
30
31
32
33
34
[metadata]
name = git-pw
summary = Git-Patchwork integration tool
long_description = file: README.rst
long_description_content_type = text/x-rst; charset=UTF-8
license = MIT License
license_file = LICENSE
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 :: MIT License
Operating System :: OS Independent
keywords = git patchwork
author = Stephen Finucane
author_email = [email protected]
url = https://github.com/getpatchwork/git-pw
project_urls =
Bug Tracker = https://github.com/getpatchwork/git-pw/issues
Source Code = https://github.com/getpatchwork/git-pw
Documentation = https://git-pw.readthedocs.io
python_requires = >=3.9
[files]
packages =
git_pw
[entry_points]
console_scripts =
git-pw = git_pw.shell:cli