Skip to content

Commit 46115bb

Browse files
eacodegenbagel897
andauthored
Fix metadata for codegen (#67)
Co-authored-by: bagel897 <[email protected]>
1 parent 3725261 commit 46115bb

File tree

5 files changed

+5
-13
lines changed

5 files changed

+5
-13
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ uv-*.tar.gz
6262
.venv
6363
graph-sitter-types/out/**
6464
graph-sitter-types/typings/**
65-
codegen-sdk/out/**
66-
codegen-sdk/typings/**
6765
coverage.json
6866
tests/verified_codemods/codemod_data/repo_commits.json
6967

docs/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Codegen Docs
22

3-
This unites docs from:
4-
- codegen-sdk (this repo)
5-
- codegen-cli
6-
73
## Development
84

95
From within the `docs/` subdirectory:

hatch.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,7 @@ macos-max-compat = false
7171

7272
[build]
7373
packages = [
74-
"src/codegen/sdk",
75-
"src/codegen/git",
76-
"src/codegen/utils",
77-
"src/codegen/gscli",
78-
"src/graph_visualization",
74+
"src/codegen",
7975
]
8076

8177
[metadata.hooks.vcs]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "codegen-sdk"
2+
name = "codegen"
33
dynamic = ["version", "urls"]
44
description = "Add your description here"
55
readme = "README.md"

uv.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)