File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=42 " , " wheel " ]
3- build-backend = " setuptools.build_meta "
2+ requires = [" hatchling " ]
3+ build-backend = " hatchling.build "
44
55[project ]
66name = " juliacall"
@@ -10,17 +10,10 @@ readme = { file = "README.md", content-type = "text/markdown" }
1010classifiers = [
1111 " Programming Language :: Python :: 3" ,
1212 " License :: OSI Approved :: MIT License" ,
13- " Operating System :: OS Independent"
13+ " Operating System :: OS Independent" ,
1414]
1515requires-python = " >=3.8"
1616dependencies = [" juliapkg ~=0.1.8" ]
1717
18- [tool .setuptools ]
19- zip-safe = false
20-
21- [tool .setuptools .packages .find ]
22- where = [" pysrc" ]
23- include = [" juliacall" ]
24-
25- [tool .setuptools .package-data ]
26- "juliacall" = [" *.json" , " *.jl" ]
18+ [tool .hatch .build .targets .wheel ]
19+ packages = [" pysrc/juliacall" ]
You can’t perform that action at this time.
0 commit comments