We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee08130 commit 9700ca4Copy full SHA for 9700ca4
1 file changed
pyproject.toml
@@ -34,9 +34,12 @@ classifiers = [
34
"DASH Properties" = "https://doi.org/10.1063/5.0218154"
35
36
[tool.setuptools]
37
-packages = ["serenityff"]
38
include-package-data = true
39
+[tool.setuptools.packages.find]
40
+where = ["."]
41
+include = ["serenityff*"]
42
+
43
[project.entry-points."openff.toolkit.plugins.handlers"]
44
SerenityFFCharge = "serenityff.charge.utils.serenityff_charge_handler:SerenityFFChargeHandler"
45
0 commit comments