22requires = [" setuptools>=61.0" , " wheel" ]
33build-backend = " setuptools.build_meta"
44
5+ [tool .setuptools ]
6+ py-modules = [" cedarscript_ast_parser" ]
7+
58[project ]
6- name = " cedarscript_ast_parser "
7- version = " 0.1.2 "
9+ name = " cedarscript-ast-parser "
10+ dynamic = [ " version " ]
811description = " A library for parsing and interpreting CEDARScript, a SQL-like language for code analysis and transformations"
912readme = " README.md"
10- authors = [{ name = " Elifarley" , email = " elifarley@example .com" }]
13+ authors = [{ name = " Elifarley" , email = " cedarscript@orgecc .com" }]
1114license = { file = " LICENSE" }
1215classifiers = [
1316 " Programming Language :: Python :: 3" ,
@@ -22,15 +25,15 @@ classifiers = [
2225]
2326keywords = [" parser" , " ast" , " cedarscript" , " code-editing" , " refactoring" , " code-analysis" , " sql-like" , " ai-assisted-development" ]
2427dependencies = [
25- " cedarscript_grammar >=0.0.3 " ,
28+ " cedarscript-grammar >=0.0.7 " ,
2629]
2730requires-python = " >=3.12"
2831
2932[project .urls ]
30- Homepage = " https://github.com/CEDARScript/cedarscript-ast-parser"
31- Documentation = " https://github.com/CEDARScript/cedarscript-ast-parser#readme"
32- Repository = " https://github.com/CEDARScript/cedarscript-ast-parser.git"
33- "Bug Tracker" = " https://github.com/CEDARScript/cedarscript-ast-parser/issues"
33+ Homepage = " https://github.com/CEDARScript/cedarscript-ast-parser-python "
34+ Documentation = " https://github.com/CEDARScript/cedarscript-ast-parser-python #readme"
35+ Repository = " https://github.com/CEDARScript/cedarscript-ast-parser-python .git"
36+ "Bug Tracker" = " https://github.com/CEDARScript/cedarscript-ast-parser-python /issues"
3437
3538[project .optional-dependencies ]
3639dev = [
@@ -44,13 +47,7 @@ dev = [
4447version = {attr = " cedarscript_ast_parser.__version__" }
4548
4649[tool .setuptools .packages .find ]
47- where = [" src " ]
50+ where = [" . " ]
4851include = [" cedarscript_ast_parser*" ]
4952exclude = [" cedarscript_ast_parser.tests*" ]
5053namespaces = false
51-
52- [tool .setuptools .package-data ]
53- cedarscript_ast_parser = [" *.so" , " *.dylib" , " *.dll" ]
54-
55- [tool .setuptools ]
56- include-package-data = true
0 commit comments