Changes for 0.1.0 release

This commit is contained in:
hangfei
2025-04-09 04:24:34 +00:00
parent 9827820143
commit 363e10619a
25 changed files with 553 additions and 99 deletions

View File

@@ -124,7 +124,7 @@ requires = ["flit_core >=3.8,<4"]
build-backend = "flit_core.buildapi"
[tool.flit.sdist]
include = ['src/**/*', 'README.md', 'pyproject.toml']
include = ['src/**/*', 'README.md', 'pyproject.toml', 'LICENSE']
exclude = ['src/**/*.sh']
[tool.flit.module]
@@ -135,7 +135,6 @@ name = "google.adk"
force_single_line = true
force_sort_within_sections = true
honor_case_in_force_sorted_sections = true
known_third_party = ["agents", "google"]
order_by_type = false
sort_relative_in_force_sorted_sections = true
multi_line_output = 3