Skip to content

Commit

Permalink
build(pypi): changed project name from workflow -> work.flow due to p…
Browse files Browse the repository at this point in the history
…ypi package index conflict

even with the change, all current imports of with `workflow` should still work
  • Loading branch information
shinybrar committed Jul 4, 2024
1 parent b9927f5 commit deddc8d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
[tool.poetry]
name = "workflow"
name = "work.flow"
version = "1.4.0"
description = "Workflow Core"
authors = ["Shiny Brar <[email protected]>"]
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"
Expand Down

0 comments on commit deddc8d

Please sign in to comment.