Skip to content

Commit df673b9

Browse files
author
Michael Fuest
committed
.
1 parent 3f51045 commit df673b9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
2-
name = "cents"
2+
name = "cents-ml"
33
version = "1.0.0"
4-
description = "A library for generating synthetic timeseries household electricity usage data."
4+
description = "A library for generating contextual timeseries data."
55
authors = ["Michael Fuest"]
66
license = "MIT License"
77
readme = "README.md"
@@ -11,8 +11,9 @@ packages = [
1111
]
1212

1313
exclude = [
14+
"cents/outputs/**",
1415
"cents/checkpoints/**",
15-
"cents/data/csv/**",
16+
"cents/data/**",
1617
"tests/**",
1718
"tutorials/**",
1819
".github/**",

0 commit comments

Comments
 (0)