Skip to content

Commit

Permalink
test: include cdf path in tool poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
z3z1ma committed Aug 21, 2024
1 parent 011164b commit 83be40e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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.2"
version = "0.9.3"
description = "A framework to manage data continuously"
authors = [
{ name = "z3z1ma", email = "[email protected]" },
Expand Down Expand Up @@ -28,7 +28,7 @@ readme = "README.md"
license.file = "LICENSE"

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

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

0 comments on commit 83be40e

Please sign in to comment.