Skip to content

Commit

Permalink
Specify version file in pyproject.toml instead
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperCraeghs committed Sep 9, 2024
1 parent ddde093 commit 81599d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[build-system]
requires = ["setuptools-scm>=6.0.0", "setuptools>=69.0.3"]
requires = ["setuptools-scm>=8.0.4", "setuptools>=71.0.4"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
write_to = "mlx/xunit2rst/__version__.py"
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@

setup(
name='mlx.xunit2rst',
use_scm_version={
'write_to': 'mlx/xunit2rst/__version__.py'
},
url='https://github.com/melexis/xunit2rst',
license='Apache License Version 2.0',
author='JasperCraeghs',
Expand Down

0 comments on commit 81599d8

Please sign in to comment.