Skip to content

Commit

Permalink
specify setuptools where to search for packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hkzlab committed Aug 12, 2024
1 parent 4150d41 commit 3c84d11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ dependencies = [
]

[project.scripts]
dpdumper = 'dpdumper.frontend:cli'
dpdumper = "dpdumper.frontend:cli"

[tool.setuptools]
py-modules = [ "__init__" ]
[tool.setuptools.packages.find]
where = ["src"] # list of folders that contain the packages (["."] by default)

[project.urls]
repository = "https://github.com/DuPAL-PAL-DUmper/dpdumper"

0 comments on commit 3c84d11

Please sign in to comment.