Skip to content

Commit

Permalink
fix: typo here
Browse files Browse the repository at this point in the history
  • Loading branch information
stvnliu committed Oct 6, 2024
1 parent f531664 commit 444d8a7
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
Expand Up @@ -5,7 +5,7 @@ description = "DataChef's project kickstarter! Reproducible, Declarative and Rel
authors = ["Reza (Shahin) Khanipour <[email protected]>"]
readme = "README.md"
packages = [
{ include = "iception", from = "src" },
{ include = "inception", from = "src" },
]

[tool.poetry.dependencies]
Expand All @@ -27,4 +27,4 @@ version_provider = "scm"
tag_format = "v$major.$minor.$patch$prerelease"
version_files = [
"src/inception/__init__.py"
]
]

0 comments on commit 444d8a7

Please sign in to comment.