Skip to content

Commit

Permalink
chore: normalize pyproject structure
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Sep 21, 2023
1 parent c72185b commit 4a6d9a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ dependencies = [
"pandas==2.1.1"
]

[project.urls]
Code = "https://github.com/cal-itp/hashfields"
Documentation = "https://docs.calitp.org/hashfields"
Issues = "https://github.com/cal-itp/hashfields/issues"

[project.optional-dependencies]
dev = [
"black",
Expand All @@ -35,6 +30,11 @@ dist =[
[project.scripts]
hashfields = "hashfields.main:main"

[project.urls]
Code = "https://github.com/cal-itp/hashfields"
Documentation = "https://docs.calitp.org/hashfields"
Issues = "https://github.com/cal-itp/hashfields/issues"

[build-system]
requires = ["setuptools>=65", "wheel"]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 4a6d9a2

Please sign in to comment.