@@ -12,9 +12,9 @@ tool = ["uv", "pip"]
12
12
[envs .hatch-build .overrides ]
13
13
matrix.tool.installer = { value = " {matrix:tool}" }
14
14
matrix.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
+ ] },
18
18
]
19
19
20
20
[version ]
@@ -25,19 +25,19 @@ UV_EXTRA_INDEX_URL = "https://aws@codegen-922078275900.d.codeartifact.us-east-1.
25
25
26
26
[build .targets .wheel .hooks .cython ]
27
27
dependencies = [
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" ,
32
32
]
33
33
34
34
[build .targets .wheel .hooks .cython .options ]
35
35
src = " codegen/sdk"
36
36
compile_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" },
41
41
]
42
42
cythonize_kwargs = { annotate = true , nthreads = 16 , exclude_failures = false , cache = true }
43
43
compiled_sdist = true
@@ -57,27 +57,30 @@ c_string_type = "unicode"
57
57
58
58
[build .targets .wheel .hooks .cython .options .files ]
59
59
exclude = [
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" ,
67
67
]
68
68
69
69
[build .targets .wheel ]
70
70
macos-max-compat = false
71
71
72
72
[build ]
73
- packages = [
74
- " src/codegen" ,
75
- ]
76
-
77
- [metadata .hooks .vcs ]
78
- Homepage = " https://github.com/codegen-sh/codegen-sdk"
79
- source_archive = " https://github.com/codegen-sh/codegen-sdk/archive/{commit_hash}.zip"
73
+ packages = [" src/codegen" ]
80
74
75
+ [metadata .hooks .vcs .urls ]
76
+ Homepage = " https://www.codegen.com/"
77
+ Repository = " https://github.com/codegen-sh/codegen-sdk"
78
+ download = " https://github.com/codegen-sh/codegen-sdk/archive/{commit_hash}.zip"
79
+ Changelog = " https://docs.codegen.com/changelog/changelog"
80
+ Releasenotes = " https://github.com/codegen-sh/codegen-sdk/releases"
81
+ Issues = " https://github.com/codegen-sh/codegen-sdk/issues"
82
+ Documentation = " https://docs.codegen.sh"
83
+ Playground = " https://www.codegen.sh/"
81
84
82
85
[build .targets .wheel .hooks .custom ]
83
86
enable-by-default = false
0 commit comments