Skip to content

Commit d596077

Browse files
authored
Allow for Developer Installations Without Poetry (#754)
Add setuptools to build-system requirements.
1 parent c83b5ba commit d596077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ markers = "slow: Mark the test as slow. Can be skipped with --skip_slow"
6767
"manimce" = "manim.__main__:main"
6868

6969
[build-system]
70-
requires = ["poetry_core>=1.0.0"]
70+
requires = ["setuptools","poetry_core>=1.0.0"]
7171
build-backend = "poetry.core.masonry.api"
7272

0 commit comments

Comments
 (0)