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 d1c3ef4 commit cd0ec58Copy full SHA for cd0ec58
pyproject.toml
@@ -26,8 +26,8 @@ urls = { Homepage = "https://github.com/openforcefield/openff-toolkit" }
26
[tool.setuptools.packages.find]
27
include = [ 'openff.toolkit*' ]
28
exclude = [
29
- 'openff.toolkit._tests*',
30
- 'openff.toolkit.data', # unsure if these should be packaged
+ 'openff.toolkit._tests*',
+ 'openff.toolkit.data', # unsure if these should be packaged
31
]
32
33
[tool.ruff]
0 commit comments