Skip to content

Commit

Permalink
MAINT: inclusive discovery in pyproject toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jotelha committed Nov 6, 2024
1 parent 5f351ac commit eaa8df2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ repository = "https://github.com/livMatS/dtool-lookup-gui"
changelog = "https://dtool-lookup-gui.readthedocs.io/en/latest/changelog.html"

[tool.setuptools.packages.find]
include = ["dtool_lookup_gui"]
where = ["."]
include = ["dtool_lookup_gui*"]
namespaces = true

[tool.setuptools_scm]
version_file = "dtool_lookup_gui/version.py"

0 comments on commit eaa8df2

Please sign in to comment.