Skip to content

Commit

Permalink
PKG #961 declare which package (not autofind)
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Apr 23, 2024
1 parent e5b38d0 commit 10eb798
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -247,5 +247,8 @@ docstring-code-line-length = "dynamic"
[tool.setuptools]
py-modules = ["apstools"]

[tool.setuptools.packages.find]
include = ["apstools*"] # package names should match these glob patterns (["*"] by default)

[tool.setuptools_scm]
write_to = "apstools/_version.py"

0 comments on commit 10eb798

Please sign in to comment.