Skip to content

Commit 29c3d9e

Browse files
committed
setup.cfg: update keywords
Update old keywords to new format: https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#metadata
1 parent 5dd7f4c commit 29c3d9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[metadata]
22
name = git-deps
3-
summary = automatically detect dependencies between git commits
3+
description = automatically detect dependencies between git commits
44
author = Adam Spiers
5-
author-email = git@adamspiers.org
5+
author_email = git@adamspiers.org
66
license = GPL-2+
7-
home-page = https://github.com/aspiers/git-deps
8-
description-file = README.md
7+
home_page = https://github.com/aspiers/git-deps
8+
long_description = file: README.md, USAGE.md, USE-CASES.md
99
classifier =
1010
Development Status :: 4 - Beta
1111
Environment :: Console

0 commit comments

Comments
 (0)