Skip to content

Commit

Permalink
_ to - in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Mar 28, 2022
1 parent 6ddd377 commit c245eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["cppy"]
package_data = {cppy = ["include/cppy/*.h"]}
package-data = {cppy = ["include/cppy/*.h"]}

[tool.setuptools_scm]
write_to = "cppy/version.py"
Expand Down

0 comments on commit c245eef

Please sign in to comment.