Skip to content

Commit

Permalink
Fix links in pyproject spec
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyhunt committed Dec 15, 2023
1 parent 19ad854 commit 6fda607
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,9 @@ docs = ["mkdocs-material", "mkdocstrings[python]>=0.18"] # For building docs on
test = ["pytest"]

[project.urls] # Optional
"Homepage" = "https://github.com/pypa/sampleproject"
"Bug Reports" = "https://github.com/pypa/sampleproject/issues"
"Funding" = "https://donate.pypi.org"
"Say Thanks!" = "http://saythanks.io/to/example"
"Source" = "https://github.com/pypa/sampleproject/"
"Homepage" = "https://smartmultiprocessing.org"
"Bug Reports" = "https://github.com/emilyhunt/smartmultiprocessing/issues"
"Source" = "https://github.com/emilyhunt/smartmultiprocessing"

# [tool.setuptools]
# package-data = {"sample" = ["*.dat"]}
Expand Down

0 comments on commit 6fda607

Please sign in to comment.