@@ -12,9 +12,9 @@ tool = ["uv", "pip"]
1212[envs .hatch-build .overrides ]
1313matrix.tool.installer = { value = " {matrix:tool}" }
1414matrix.tool.scripts = [
15- { key = " pip" , value = " {env:HATCH_UV} pip {args}" , if = [
16- " uv" ,
17- ] },
15+ { key = " pip" , value = " {env:HATCH_UV} pip {args}" , if = [
16+ " uv" ,
17+ ] },
1818]
1919
2020[version ]
2525
2626[build .targets .wheel .hooks .cython ]
2727dependencies = [
28- " hatch-cython @ git+https://github.com/codegen-sh/hatch-cython.git" ,
29- " cython>=3.0.11" ,
30- " tree-sitter" ,
31- " networkx" ,
28+ " hatch-cython @ git+https://github.com/codegen-sh/hatch-cython.git" ,
29+ " cython>=3.0.11" ,
30+ " tree-sitter" ,
31+ " networkx" ,
3232]
3333
3434[build .targets .wheel .hooks .cython .options ]
3535src = " codegen/sdk"
3636compile_args = [
37- " -O3" ,
38- { platforms = [
39- " darwin" ,
40- ], arch = " arm64" , arg = " -mcpu=apple-m1" },
37+ " -O3" ,
38+ { platforms = [
39+ " darwin" ,
40+ ], arch = " arm64" , arg = " -mcpu=apple-m1" },
4141]
4242cythonize_kwargs = { annotate = true , nthreads = 16 , exclude_failures = false , cache = true }
4343compiled_sdist = true
@@ -57,22 +57,20 @@ c_string_type = "unicode"
5757
5858[build .targets .wheel .hooks .cython .options .files ]
5959exclude = [
60- " **/__init__.py" ,
61- " **/code_generation" ,
62- " **/skills" ,
63- " **/codebase/factory" ,
64- " **/guides" ,
65- " **/testing" ,
66- " **/codebase_graph_utils.py" ,
60+ " **/__init__.py" ,
61+ " **/code_generation" ,
62+ " **/skills" ,
63+ " **/codebase/factory" ,
64+ " **/guides" ,
65+ " **/testing" ,
66+ " **/codebase_graph_utils.py" ,
6767]
6868
6969[build .targets .wheel ]
7070macos-max-compat = false
7171
7272[build ]
73- packages = [
74- " src/codegen" ,
75- ]
73+ packages = [" src/codegen" ]
7674
7775[metadata .hooks .vcs ]
7876Homepage = " https://github.com/codegen-sh/codegen-sdk"
0 commit comments