File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools " , " setuptools-scm " ]
3- build-backend = " setuptools.build_meta "
2+ requires = [" hatchling>=0.25.1 " , " hatch-vcs " ]
3+ build-backend = " hatchling.build "
44
55[project ]
66name = " emport"
@@ -17,16 +17,12 @@ classifiers = [
1717 " Programming Language :: Python :: 3.12" ,
1818 " Programming Language :: Python :: 3.13" ,
1919]
20- dependencies = [
21- ' Logbook>=0.11.0' ,
22- ]
23- version = " 1.3.1"
24- authors = [
25- { name = " Rotem Yaari" , email = " vmalloc@gmail.com" },
26- ]
20+ dependencies = [' Logbook>=0.11.0' ]
21+ dynamic = [" version" ]
22+ authors = [{ name = " Rotem Yaari" , email = " vmalloc@gmail.com" }]
2723
2824[project .optional-dependencies ]
29- testing = [
30- " pytest " ,
31- " dessert>=1.5.0 " ,
32- ]
25+ testing = [" pytest " , " dessert>=1.5.0 " ]
26+
27+ [ tool . hatch . version ]
28+ source = " vcs "
You can’t perform that action at this time.
0 commit comments