Skip to content

Commit 7336ba1

Browse files
committed
setup: Set content type of README, avoid aliases
Set the context type of the README and replace aliases with their main key (based on [1]). [1] https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#metadata Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 5d50599 commit 7336ba1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[metadata]
22
name = git-pw
3-
summary = Git-Patchwork integration tool
4-
description_file = README.rst
3+
description = Git-Patchwork integration tool
4+
long_description = file: README.rst
5+
long_description_content_type = text/x-rst; charset=UTF-8
56
license = MIT License
67
license_file = LICENSE
78
classifiers =

0 commit comments

Comments
 (0)