From deddc8dd4ec32dfbfa7996dc8b64fa85878464e9 Mon Sep 17 00:00:00 2001 From: "Shiny Brar (he/il)" Date: Thu, 4 Jul 2024 12:12:11 -0400 Subject: [PATCH] build(pypi): changed project name from workflow -> work.flow due to pypi package index conflict even with the change, all current imports of with `workflow` should still work --- pyproject.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6de80fa..e77d75d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,15 @@ [tool.poetry] -name = "workflow" +name = "work.flow" version = "1.4.0" description = "Workflow Core" authors = ["Shiny Brar "] license = "MIT" readme = "README.md" +repository = "https://github.com/chimefrb/workflow" +documentation = "https://chimefrb.github.io/workflow-docs/" +packages = [ + { include = "workflow", from = "." } +] [tool.poetry.dependencies] python = ">=3.8.1,<4.0"