mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-24 06:07:44 -06:00
Changes for 0.1.0 release
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user