Skip to content

Commit

Permalink
Update pyproject to ash-williams distro name
Browse files Browse the repository at this point in the history
  • Loading branch information
vaneseltine committed Jul 10, 2024
1 parent 071dc06 commit bb3d6c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools >= 70.2"]
build-backend = "setuptools.build_meta"

[project]
name = "ash"
name = "ash-williams"
authors = [{ name = "Matt VanEseltine", email = "matvan@umich.edu" }]
description = "Hunting Deadites in the references"
dynamic = ["dependencies", "readme"]
Expand Down Expand Up @@ -38,9 +38,9 @@ keywords = [
license = { file = "LICENSE" }

[project.urls]
Homepage = "https://github.com/vaneseltine/ash"
Repository = "https://github.com/vaneseltine/ash"
Issues = "https://github.com/vaneseltine/ash/issues"
Homepage = "https://github.com/vaneseltine/ash-williams"
Repository = "https://github.com/vaneseltine/ash-williams"
Issues = "https://github.com/vaneseltine/ash-williams/issues"

[tool.coverage.run]
omit = ["*/__*.py"]
Expand Down

0 comments on commit bb3d6c0

Please sign in to comment.