Skip to content

Commit

Permalink
List packages explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
coldfix committed Dec 27, 2024
1 parent ad2a639 commit b57fea7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ requires = [

[tool.setuptools]
dynamic.version.attr = "cpymad.__version__"
packages.find = {where = ["src"], include = ["cpymad*"]}
include-package-data = false
packages = ["cpymad", "cpymad.COPYING"]
package-dir = {"cpymad" = "src"}
package-data = {"cpymad.COPYING" = ["*.rst"]}
include-package-data = false

0 comments on commit b57fea7

Please sign in to comment.