Skip to content

Commit 279f828

Browse files
committed
Specify build dependencies and path to version file
1 parent 5ff98d5 commit 279f828

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[build-system]
2+
requires = ["setuptools>=61", "setuptools_scm>=7.1.0"]
3+
build-backend = "setuptools.build_meta"
4+
5+
[tool.setuptools_scm]
6+
write_to = "mlx/robot2rst/__version__.py"

0 commit comments

Comments
 (0)