File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed
Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1+ # Marker file for PEP 561 - partial type hints
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=64.0.0 " , " wheel " ]
3- build-backend = " setuptools.build_meta "
2+ requires = [" hatchling " ]
3+ build-backend = " hatchling.build "
44
55[project ]
66name = " geokit"
@@ -17,11 +17,18 @@ license = { file = "LICENSE.txt" }
1717readme = " README.md"
1818
1919
20- [tool .setuptools . packages . find ]
21- where = [" . " ]
20+ [tool .hatch . build . targets . wheel ]
21+ packages = [" geokit " ]
2222
23- [tool .setuptools .package-data ]
24- "*" = [" *.*" ]
23+
24+ [tool .hatch .build .targets .sdist ]
25+ include = [
26+ " /geokit" ,
27+ " /Examples" ,
28+ " /test" ,
29+ " /README.md" ,
30+ " /LICENSE.txt" ,
31+ ]
2532
2633# Configuration options
2734# https://docs.pytest.org/en/7.1.x/reference/reference.html#configuration-options
You can’t perform that action at this time.
0 commit comments