Skip to content

Commit

Permalink
Fix setuptools package find path
Browse files Browse the repository at this point in the history
  • Loading branch information
aknierim committed Jul 31, 2024
1 parent 5c9e15a commit 361666c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changes/36.maintenance.rst
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- fix package name and url in pyproject.toml
- remove obsolete setup.py
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies = [
pyvisgen_create_dataset = "pyvisgen.simulation.scripts.create_dataset:main"

[tool.setuptools.packages.find]
where = ["pyvisgen"]
where = ["."]

[tool.towncrier]
package = "pyvisgen"
Expand Down

0 comments on commit 361666c

Please sign in to comment.