File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" setuptools >= 61.0" ]
2
+ requires = [" setuptools >= 61.0" , " setuptools_scm[toml]>=6.0 " ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " ecooptimizer"
7
- version = " 0.0.1"
8
7
dependencies = [
9
8
" pylint" ,
10
9
" rope" ,
@@ -47,10 +46,12 @@ eco-ext = "ecooptimizer.api.__main__:main"
47
46
eco-ext-dev = " ecooptimizer.api.__main__:dev"
48
47
49
48
[project .urls ]
50
- Documentation = " https://readthedocs.org"
51
49
Repository = " https://github.com/ssm-lab/capstone--source-code-optimizer"
52
50
"Bug Tracker" = " https://github.com/ssm-lab/capstone--source-code-optimizer/issues"
53
51
52
+ [tool .setuptools_scm ]
53
+ write_to = " your_package/_version.py"
54
+
54
55
[tool .pytest .ini_options ]
55
56
norecursedirs = [" tests/temp*" , " tests/input" , " tests/_input_copies" ]
56
57
addopts = [" --basetemp=tests/temp_dir" ]
You can’t perform that action at this time.
0 commit comments