summaryrefslogtreecommitdiff
path: root/continuedev/pyproject.toml
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-05-28 12:05:32 -0400
committerNate Sesti <sestinj@gmail.com>2023-05-28 12:05:32 -0400
commit306ab404ce687db5a67762d63b159118ab592837 (patch)
tree7bb1c81ea0007df8aeb84e0cfe3cf6809d4f614e /continuedev/pyproject.toml
parent056497801039c1b8f5d4600531f5c90dbd375a38 (diff)
downloadsncontinue-306ab404ce687db5a67762d63b159118ab592837.tar.gz
sncontinue-306ab404ce687db5a67762d63b159118ab592837.tar.bz2
sncontinue-306ab404ce687db5a67762d63b159118ab592837.zip
bug fixes, build script, sdk methods
Diffstat (limited to 'continuedev/pyproject.toml')
-rw-r--r--continuedev/pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/continuedev/pyproject.toml b/continuedev/pyproject.toml
index 5c224c9c..8ed8f268 100644
--- a/continuedev/pyproject.toml
+++ b/continuedev/pyproject.toml
@@ -20,6 +20,9 @@ urllib3 = "1.26.15"
gpt-index = "^0.6.8"
setuptools = "^67.7.2"
+[tool.poetry.scripts]
+typegen = "src.continuedev.models.generate_json_schema:main"
+
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"