Skip to content

Commit

Permalink
fix pyproject lookup
Browse files Browse the repository at this point in the history
Signed-off-by: Elazar Gershuni <elazarg@gmail.com>
  • Loading branch information
elazarg committed Aug 3, 2024
1 parent 9cc9eb1 commit 97c6a6c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ dynamic = ["dependencies"]
[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}

[tool.setuptools]
py-modules = []
[tool.setuptools.packages.find]
where = ["."] # list of folders that contain the packages (["."] by default)
include = ["nakdimon"]
exclude = [] # exclude packages matching these glob patterns (empty by default)
namespaces = false

[project.urls]
"Homepage" = "https://github.com/elazarg/nakdimon"
Expand Down

0 comments on commit 97c6a6c

Please sign in to comment.