Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancao authored Dec 10, 2024
1 parent f2eef61 commit 131af27
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ name = "calzone"
version = "0.1.0"
description = "A package for calibration measurement and analysis"
authors = [
{name = "Kwok Lung (Jason) Fan", email = "[email protected]"},
{name = "Kwok Lung (Jason) Fan", email = "[email protected]"},
{name = "Qian Cao", email = "[email protected]"},
]
license = {text = "MIT"}
readme = "README.md"
Expand All @@ -26,7 +27,7 @@ dependencies = [
]

[project.urls]
"Homepage" = "None"
"Homepage" = "https://calzone-docs.readthedocs.io/en/latest/index.html"

[project.scripts]
calzone = "calzone.cli:main"
Expand All @@ -38,4 +39,4 @@ packages = ["calzone"]
addopts = "-v --cov=calzone"
testpaths = [
"tests",
]
]

0 comments on commit 131af27

Please sign in to comment.