Skip to content

Commit 1324b5f

Browse files
committed
setup.cfg: Minor tweaks
Remove dead section, add additional URLs and add link to LICENSE file. Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 63e8ea1 commit 1324b5f

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

setup.cfg

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = git-pw
33
summary = Git-Patchwork integration tool
44
description-file = README.rst
55
license = MIT License
6+
license_file = LICENSE
67
classifiers =
78
Programming Language :: Python :: 2.7
89
Programming Language :: Python :: 3
@@ -18,9 +19,12 @@ classifiers =
1819
Operating System :: OS Independent
1920
keywords = git patchwork
2021
author = Stephen Finucane
21-
author-email = stephen@that.guru
22-
home-page = https://git-pw.readthedocs.io/
23-
project-url = https://that.guru/
22+
author_email = stephen@that.guru
23+
url = https://github.com/getpatchwork/git-pw
24+
project_urls =
25+
Bug Tracker = https://github.com/getpatchwork/git-pw/issues
26+
Source Code = https://github.com/getpatchwork/git-pw
27+
Documentation = https://git-pw.readthedocs.io
2428
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
2529

2630
[files]
@@ -31,11 +35,5 @@ packages =
3135
console_scripts =
3236
git-pw = git_pw.shell:cli
3337

34-
[build_sphinx]
35-
all-files = 1
36-
warning-is-error = 1
37-
source-dir = docs
38-
build-dir = docs/_build
39-
40-
[wheel]
38+
[bist_wheel]
4139
universal = 1

0 commit comments

Comments
 (0)