We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f51045 commit df673b9Copy full SHA for df673b9
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.poetry]
2
-name = "cents"
+name = "cents-ml"
3
version = "1.0.0"
4
-description = "A library for generating synthetic timeseries household electricity usage data."
+description = "A library for generating contextual timeseries data."
5
authors = ["Michael Fuest"]
6
license = "MIT License"
7
readme = "README.md"
@@ -11,8 +11,9 @@ packages = [
11
]
12
13
exclude = [
14
+ "cents/outputs/**",
15
"cents/checkpoints/**",
- "cents/data/csv/**",
16
+ "cents/data/**",
17
"tests/**",
18
"tutorials/**",
19
".github/**",
0 commit comments