Skip to content

Commit

Permalink
Fix pyproject setups
Browse files Browse the repository at this point in the history
  • Loading branch information
jinningwang committed Nov 14, 2024
1 parent 4b8fde1 commit b61b075
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 @@ -69,5 +69,5 @@ versionfile_source = "ams/_version.py"
versionfile_build = "ams/_version.py"
tag_prefix = "v"

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

0 comments on commit b61b075

Please sign in to comment.