Skip to content

Commit 3fa64e1

Browse files
committed
name fix
1 parent b0817e0 commit 3fa64e1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "codegreen-core"
2+
name = "codegreen_core"
33
version = "0.5.0"
44
description = "This package helps you become aware of the carbon footprint of your computation"
55
authors = ["Anne Hartebrodt <anne.hartebrodt@fau.de>","Shubh Vardhan Jain <shubh.v.jain@fau.de>"]
@@ -25,9 +25,3 @@ black = "^24.10.0"
2525
[build-system]
2626
requires = ["poetry-core"]
2727
build-backend = "poetry.core.masonry.api"
28-
29-
# Specify additional package data (similar to include_package_data)
30-
#[tool.poetry.package.include]
31-
#"codegreen_core/utilities/country_list.json" = { format = "file" }
32-
#"codegreen_core/utilities/ci_default_values.csv" = { format = "file" }
33-
#"codegreen_core/utilities/model_details.json" = { format = "file" }

0 commit comments

Comments
 (0)