Skip to content

Commit a35e2cb

Browse files
committed
Issue #988: Update version to comport with new setuptools_scm[toml] particularities on file format. Slight modification to 'pyproject.toml' strings. ...
1 parent 9fddd08 commit a35e2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ requires = [
99
build-backend = "setuptools.build_meta"
1010

1111
[tool.setuptools_scm]
12-
write_to = "exotic/version.py"
12+
write_to = 'exotic/version.py'
1313
write_to_template = "__version__ = '{version}'\n"

0 commit comments

Comments
 (0)