Skip to content

Commit cd0ec58

Browse files
committed
Fix package data
1 parent d1c3ef4 commit cd0ec58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ urls = { Homepage = "https://github.com/openforcefield/openff-toolkit" }
2626
[tool.setuptools.packages.find]
2727
include = [ 'openff.toolkit*' ]
2828
exclude = [
29-
'openff.toolkit._tests*',
30-
'openff.toolkit.data', # unsure if these should be packaged
29+
'openff.toolkit._tests*',
30+
'openff.toolkit.data', # unsure if these should be packaged
3131
]
3232

3333
[tool.ruff]

0 commit comments

Comments
 (0)