Skip to content

Commit

Permalink
💚 Fix packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AlTosterino committed May 31, 2023
1 parent 6181bb6 commit d070a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
description = "Lidi is a lightweight dependency injector designed to simplify dependency management in your Python projects."
authors = ["AlTosterino <altosterino@gmail.com>"]
readme = "README.md"
packages = [{include = "lidi", from = "src"}]
packages = [{include = "lidipy", from = "src"}]

[tool.poetry.dependencies]
python = "^3.11"
Expand Down

0 comments on commit d070a5d

Please sign in to comment.