mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
changes to make the project more python compliant and fix the bug tracker URL
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "temporal-AI-agent"
|
name = "temporal_AI_agent"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "Temporal AI Agent"
|
description = "Temporal AI Agent"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@@ -13,7 +13,7 @@ packages = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[tool.poetry.urls]
|
[tool.poetry.urls]
|
||||||
"Bug Tracker" = "https://github.com/temporalio/samples-python/issues"
|
"Bug Tracker" = "https://github.com/temporal-community/temporal-ai-agent/issues"
|
||||||
|
|
||||||
[tool.poe.tasks]
|
[tool.poe.tasks]
|
||||||
format = [{cmd = "black ."}, {cmd = "isort ."}]
|
format = [{cmd = "black ."}, {cmd = "isort ."}]
|
||||||
|
|||||||
Reference in New Issue
Block a user