changes to make the project more python compliant and fix the bug tracker URL

This commit is contained in:
Joshua Smith
2025-04-15 11:01:18 -04:00
parent 812e295f3a
commit e92e3f43c9

View File

@@ -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 ."}]