From 0f0414585435d50c19199bf53b3a4457966085c9 Mon Sep 17 00:00:00 2001 From: Henry Date: Sun, 21 Apr 2024 21:17:07 +0200 Subject: [PATCH] :bug: correct link to github repo in pkg config --- pyproject.toml | 4 ++-- src/orcidpubs/__main__.py | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e53f896..834f23e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,8 +26,8 @@ dependencies = [ fetch_orcid_pubs = "orcidpubs.__main__:main" [project.urls] -"Bug Tracker" = "https://github.com/RasmussenLab/python_package/issues" -"Homepage" = "https://github.com/RasmussenLab/python_package" +"Bug Tracker" = "https://github.com/RasmussenLab/list_your_publications/issues" +"Homepage" = "https://github.com/RasmussenLab/list_your_publications" [project.optional-dependencies] docs = [ diff --git a/src/orcidpubs/__main__.py b/src/orcidpubs/__main__.py index 7c92bff..719335b 100644 --- a/src/orcidpubs/__main__.py +++ b/src/orcidpubs/__main__.py @@ -49,7 +49,6 @@ def main(): break meta = fetchmeta(doi, fmt="dict") - # doi_url = meta["URL"] title = meta["title"] # references_count = meta["references-count"] year = meta["issued"]["date-parts"][0][0]