Skip to content

Commit

Permalink
fix: correct packaging for poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
z3z1ma committed Aug 21, 2024
1 parent 83be40e commit d889d86
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "python-cdf"
version = "0.9.3"
version = "0.9.4"
description = "A framework to manage data continuously"
authors = [
{ name = "z3z1ma", email = "[email protected]" },
Expand Down Expand Up @@ -28,7 +28,9 @@ readme = "README.md"
license.file = "LICENSE"

[tool.poetry]
packages = [{ include = "src/cdf" }]
packages = [
{ include = "cdf", from = "src" }
]

[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit d889d86

Please sign in to comment.