Skip to content

Commit 6313a7d

Browse files
authored
Update pyproject.toml
1 parent 06edf47 commit 6313a7d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ readme = "README.md"
1414
requires-python = ">=3.7"
1515
dependencies = [
1616
"ovito >= 3.9.1"
17+
"setuptools"
1718
]
1819

1920
[project.urls]
@@ -27,4 +28,4 @@ filterwarnings = [
2728
"error",
2829
"ignore:module 'sre_parse' is deprecated:DeprecationWarning",
2930
"ignore:module 'sre_constants' is deprecated:DeprecationWarning",
30-
]
31+
]

0 commit comments

Comments
 (0)