Skip to content

Commit

Permalink
resolve pyproject.toml setuptools package import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
synacktraa committed Dec 6, 2024
1 parent 8244c8f commit d27cb39
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ Collection of cookbooks showcasing the power of orchestr8 library in Language Mo

---

> Most of the components are inspired by the [GoEX arXiv paper](https://arxiv.org/pdf/2404.06921), where the authors discuss "post-facto validation"—verifying the correctness of a proposed action after seeing the output—as significantly more straightforward compared to the "pre-facto validation" setting.
## 🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/synacktraa/orchestr8/issues).
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "orchestr8"
version = "0.0.1"
version = "0.0.2"
description = "A versatile collection of independent components crafted to simplify task automation, particularly for AI workflows."
authors = [{ name = "Harsh Verma", email = "[email protected]" }]
readme = "README.md"
Expand Down Expand Up @@ -78,8 +78,9 @@ cookbooks = [
"requests>=2.32.3",
]

[tool.setuptools]
py-modules = ["orchestr8"]
[tool.setuptools.packages.find]
where = ["."]
include = ["orchestr8*"]

[tool.mypy]
files = ["orchestr8"]
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d27cb39

Please sign in to comment.