File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2121 python -m pip install --upgrade pip
2222 pip install -r requirements.txt
2323 pip install -r test-requirements.txt
24+ pip install setuptools-scm[toml]>=6.2
2425 - name : Test with pytest
2526 run : |
2627 pytest --cov=helloasso_python
Original file line number Diff line number Diff line change 11[project ]
22name = " helloasso_python"
3- version = " 1.0.0 "
3+ dynamic = [ " version " ]
44description = " HelloAsso API"
55authors = [
66 {name = " OpenAPI Generator Community" ,email = " team@openapitools.org" },
@@ -33,9 +33,12 @@ mypy = ">= 1.5"
3333
3434
3535[build-system ]
36- requires = [" setuptools" ]
36+ requires = [" setuptools>=61.0 " , " wheel " , " setuptools-scm[toml]>=6.2 " ]
3737build-backend = " setuptools.build_meta"
3838
39+ [tool .setuptools_scm ]
40+ write_to = " helloasso_python/_version.py"
41+
3942[tool .pylint .'MESSAGES CONTROL' ]
4043extension-pkg-whitelist = " pydantic"
4144
You can’t perform that action at this time.
0 commit comments