File: setup.cfg

package info (click to toggle)
git-pw 2.7.1-0.1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 540 kB
  • sloc: python: 2,766; makefile: 4
file content (34 lines) | stat: -rw-r--r-- 1,017 bytes parent folder | download
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 = stephen@that.guru
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