Skip to content

Commit

Permalink
update urls
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed May 31, 2024
1 parent a2a01da commit 1f337c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pyproject_toml_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ def _build_out_sections(
toml_dict["project"].update(
{
"name": gha_input.pypi_name,
"url": gh_api.url,
"authors": [
{
"name": gha_input.author,
Expand Down
1 change: 0 additions & 1 deletion tests/test_pyproject_toml_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@

VANILLA_PROJECT_KEYVALS = {
**VANILLA_SECTIONS_IN["project"],
"url": "https://github.com/foobarbaz-org/foobarbaz-repo",
"authors": [{"name": AUTHOR, "email": AUTHOR_EMAIL}],
"description": "Ceci n’est pas une pipe",
"readme": "README.md",
Expand Down

0 comments on commit 1f337c4

Please sign in to comment.