Skip to content

Commit be803d9

Browse files
committed
Update project metadata and dependencies; add examples to .gitignore and bump version to 0.9.5
1 parent 92cc9b2 commit be803d9

File tree

2 files changed

+22
-14
lines changed

2 files changed

+22
-14
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ Digraph.gv
2020
Digraph.gv.pdf
2121
test/test2.json
2222
.qodo/history.sqlite
23+
examples/hello-world3/
24+
examples/hello-world2/
25+
examples/hello-world4/

pyproject.toml

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
[project]
2+
name = "FlowerPower"
3+
description = "A simple workflow framework. Hamilton + APScheduler = FlowerPower"
24
authors = [{name = "Volker L.", email = "[email protected]"}]
5+
readme = "README.md"
6+
requires-python = ">= 3.11"
7+
version = "0.9.5"
8+
keywords = [
9+
"hamilton",
10+
"workflow",
11+
"pipeline",
12+
"scheduler",
13+
"apscheduler",
14+
"dask",
15+
"ray",
16+
]
317
dependencies = [
418
"sf-hamilton[visualization]>=1.69.0",
519
"python-dotenv>=1.0.1",
@@ -15,20 +29,11 @@ dependencies = [
1529
"pydantic>=2.10.2",
1630
"s3fs>=2024.10.0",
1731
]
18-
description = "A simple workflow framework. Hamilton + APScheduler = FlowerPower"
19-
keywords = [
20-
"hamilton",
21-
"workflow",
22-
"pipeline",
23-
"scheduler",
24-
"apscheduler",
25-
"dask",
26-
"ray",
27-
]
28-
name = "FlowerPower"
29-
readme = "README.md"
30-
requires-python = ">= 3.11"
31-
version = "0.9.4"
32+
33+
34+
[project.urls]
35+
"Homepage" = "https://github.com/legout/flowerpower"
36+
"Bug Tracker" = "https://github.com/legout/flowerpower/issues"
3237

3338
[project.scripts]
3439
flowerpower = "flowerpower.cli:app"

0 commit comments

Comments
 (0)