File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: BSD-3-Clause
3
3
[build-system ]
4
4
build-backend = " setuptools.build_meta"
5
- requires = [" setuptools >= 61.0 " ]
5
+ requires = [" setuptools>=64 " , " setuptools-scm>=8 " ]
6
6
7
7
[project ]
8
8
authors = [
9
9
{"name" = " S. John Pennycook" , "email" = " john.pennycook@intel.com" },
10
10
]
11
11
description = " Code Base Investigator"
12
- version = " 1.2.0"
13
- dynamic = [" readme" ]
12
+ dynamic = [" version" , " readme" ]
14
13
keywords = [" performance" , " portability" , " productivity" ]
15
14
name = " codebasin"
16
15
requires-python = " >=3.9"
@@ -61,6 +60,9 @@ include = ["codebasin*"]
61
60
[tool .setuptools .dynamic ]
62
61
readme = {file = [" README.md" ]}
63
62
63
+ [tool .setuptools_scm ]
64
+ # Deliberately empty to enable setuptools-scm
65
+
64
66
[tool .coverage .run ]
65
67
command_line = " -m unittest"
66
68
source = [" codebasin" ]
You can’t perform that action at this time.
0 commit comments