@@ -16,25 +16,25 @@ classifiers = [
16
16
" Intended Audience :: Developers" ,
17
17
" License :: OSI Approved :: MIT License" ,
18
18
" Programming Language :: Python :: 3" ,
19
- " Programming Language :: Python :: 3.9" ,
20
- " Programming Language :: Python :: 3.10" ,
21
- " Programming Language :: Python :: 3.11" ,
22
19
" Topic :: Software Development :: Compilers" ,
23
20
" Topic :: Text Processing :: Linguistic" ,
24
21
" Typing :: Typed"
25
22
]
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 "
28
25
dependencies = [
29
26
" tree-sitter~=0.21" ,
30
27
]
31
28
32
29
[project .urls ]
33
30
Homepage = " 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"
34
33
"Bug Tracker" = " https://github.com/CEDARScript/cedarscript-grammar/issues"
35
34
36
35
[tool .setuptools ]
37
36
packages = [" cedarscript_grammar" ]
37
+ package-dir = {"" = " src" }
38
38
39
39
[tool .setuptools .dynamic ]
40
40
version = {attr = " cedarscript_grammar.__version__" }
@@ -52,7 +52,7 @@ profile = "black"
52
52
line_length = 100
53
53
54
54
[tool .mypy ]
55
- python_version = " 3.9 "
55
+ python_version = " 3.8 "
56
56
strict = true
57
57
warn_return_any = true
58
58
warn_unused_configs = true
0 commit comments