Skip to content

Commit 8bf3a19

Browse files
committed
Fix deprecated qualifier keys in setup.cfg
1 parent 64888b6 commit 8bf3a19

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def inspector(app, what, name, obj, options, signature, return_annotation):
170170
"navbar_pagenav": False,
171171
# A list of tuples containing pages or urls to link to.
172172
"navbar_links": [
173-
("GitHub", _parser.get("metadata", "home-page").strip(), True)
173+
("GitHub", _parser.get("metadata", "home_page").strip(), True)
174174
] + [
175175
(k, v, True) for k, v in project_urls.items()
176176
if k not in {"Documentation", "Changelog", "Bug Tracker"}

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
name = fastobo
33
version = 0.10.0
44
author = Martin Larralde
5-
author-email = martin.larralde@embl.de
6-
home-page = https://github.com/fastobo/fastobo-py
5+
author_email = martin.larralde@embl.de
6+
home_page = https://github.com/fastobo/fastobo-py
77
description = Faultless AST for Open Biomedical Ontologies in Python.
8-
long-description = file: README.md
8+
long_description = file: README.md
99
long_description_content_type = text/markdown
1010
license = MIT
1111
platform = any

0 commit comments

Comments
 (0)