Skip to content

Commit

Permalink
I'm sorry Nathan - fixed Caps
Browse files Browse the repository at this point in the history
  • Loading branch information
AoifeHughes committed Jun 14, 2023
1 parent 3b45467 commit 7c13b83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"


[project]
name = "P2Lab"
name = "p2lab"
authors = [
{ name = "Scientists of the P2 Laboratory", email = "[email protected]" },
]
Expand Down Expand Up @@ -148,4 +148,4 @@ isort.required-imports = ["from __future__ import annotations"]
"noxfile.py" = ["T20"]

[project.scripts]
p2lab = "P2Lab.__main__:main"
p2lab = "p2lab.__main__:main"

0 comments on commit 7c13b83

Please sign in to comment.