Skip to content

Commit 8216369

Browse files
authored
Update pyproject.toml (#171)
# Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed - [ ] I have read and agree to the [Contributor License Agreement](../CLA.md)
1 parent e3d8a84 commit 8216369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "codegen"
33
dynamic = ["version", "urls"]
4-
description = "A python library for manipulating codebases"
4+
description = "Scriptable interface to a powerful, multi-lingual language server built on top of Tree-sitter"
55
readme = "README.md"
66
# renovate: datasource=python-version depName=python
77
requires-python = ">=3.12, <3.14"

0 commit comments

Comments
 (0)