Skip to content

Commit

Permalink
🐛 correct link to github repo in pkg config
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry committed Apr 21, 2024
1 parent 9842c1f commit 0f04145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
1 change: 0 additions & 1 deletion src/orcidpubs/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 0f04145

Please sign in to comment.