Skip to content

Commit 9700ca4

Browse files
authored
Fix/pyproject (#24)
* try fix * try * * retry * try using include and where together * use . * jessicas fix * try the star again
1 parent ee08130 commit 9700ca4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@ classifiers = [
3434
"DASH Properties" = "https://doi.org/10.1063/5.0218154"
3535

3636
[tool.setuptools]
37-
packages = ["serenityff"]
3837
include-package-data = true
3938

39+
[tool.setuptools.packages.find]
40+
where = ["."]
41+
include = ["serenityff*"]
42+
4043
[project.entry-points."openff.toolkit.plugins.handlers"]
4144
SerenityFFCharge = "serenityff.charge.utils.serenityff_charge_handler:SerenityFFChargeHandler"
4245

0 commit comments

Comments
 (0)