Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Add license and urls
  • Loading branch information
benoit-cty committed May 6, 2024
1 parent d8e0dd7 commit 6bafa1d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
name = "codecarbon"
dynamic = ["version"]
readme = "README.md"
license = ""
license = {file = "LICENSE"}
requires-python = ">=3.7"
authors = [
{ name = "Mila" },
Expand Down Expand Up @@ -37,6 +37,14 @@ dependencies = [
"requests",
]

[project.urls]
Homepage = "https://codecarbon.io/"
Repository = "https://github.com/mlco2/codecarbon"
Dashboard = "http://dashboard.codecarbon.io/"
Documentation = "https://mlco2.github.io/codecarbon/"
Issues = "https://github.com/mlco2/codecarbon/issues"
Changelog = "https://github.com/mlco2/codecarbon/releases"

[project.optional-dependencies]

viz = [
Expand Down

0 comments on commit 6bafa1d

Please sign in to comment.