File tree Expand file tree Collapse file tree 2 files changed +608
-4
lines changed
Expand file tree Collapse file tree 2 files changed +608
-4
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " e3tools"
3- version = " 0.0.1"
43description = " Add your description here"
54readme = " README.md"
5+ dynamic = [" version" ]
66authors = [
77 { name = " Joseph Kleinhenz" , email = " kleinhej@gene.com" }
88]
@@ -14,13 +14,22 @@ dependencies = [
1414]
1515
1616[build-system ]
17- requires = [" hatchling" ]
17+ requires = [" hatchling" , " hatch-vcs " ]
1818build-backend = " hatchling.build"
1919
2020[dependency-groups ]
2121dev = [
22+ " hatch>=1.14.0" ,
2223 " pytest>=8.3.4" ,
2324]
2425
2526[tool .ruff .lint ]
2627ignore = [" F722" ]
28+
29+ [tool .hatch .version ]
30+ source = " vcs"
31+
32+ [tool .hatch .version .raw-options ]
33+ version_scheme = " no-guess-dev"
34+ fallback_version = " 0.0.0"
35+ local_scheme = " no-local-version" # see https://github.com/pypa/setuptools-scm/issues/455
You can’t perform that action at this time.
0 commit comments