@@ -16,25 +16,25 @@ classifiers = [
1616 " Intended Audience :: Developers" ,
1717 " License :: OSI Approved :: MIT License" ,
1818 " Programming Language :: Python :: 3" ,
19- " Programming Language :: Python :: 3.9" ,
20- " Programming Language :: Python :: 3.10" ,
21- " Programming Language :: Python :: 3.11" ,
2219 " Topic :: Software Development :: Compilers" ,
2320 " Topic :: Text Processing :: Linguistic" ,
2421 " Typing :: Typed"
2522]
26- keywords = [" incremental " , " parsing " , " tree-sitter " , " cedarscript" , " shared-library " , " dylib " , " so " , " python-binding" ]
27- requires-python = " >=3.9 "
23+ keywords = [" parser " , " tree-sitter " , " ast " , " cedarscript" , " code-editing " , " refactoring " , " code-analysis " , " sql-like " , " ai-assisted-development " , " python-binding" ]
24+ requires-python = " >=3.8 "
2825dependencies = [
2926 " tree-sitter~=0.21" ,
3027]
3128
3229[project .urls ]
3330Homepage = " https://github.com/CEDARScript/cedarscript-grammar#readme"
31+ Repository = " https://github.com/CEDARScript/cedarscript-grammar.git"
32+ Documentation = " https://github.com/CEDARScript/cedarscript-grammar#readme"
3433"Bug Tracker" = " https://github.com/CEDARScript/cedarscript-grammar/issues"
3534
3635[tool .setuptools ]
3736packages = [" cedarscript_grammar" ]
37+ package-dir = {"" = " src" }
3838
3939[tool .setuptools .dynamic ]
4040version = {attr = " cedarscript_grammar.__version__" }
@@ -52,7 +52,7 @@ profile = "black"
5252line_length = 100
5353
5454[tool .mypy ]
55- python_version = " 3.9 "
55+ python_version = " 3.8 "
5656strict = true
5757warn_return_any = true
5858warn_unused_configs = true
0 commit comments