Skip to content

Commit 9d84f54

Browse files
authored
Refactor docstring and comments in setup_utils.py
Updated the module docstring and improved comments for clarity.
1 parent 133748b commit 9d84f54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

versioning/helper/setup_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the MIT License.
33

44
"""
5-
Shared utilities for setup.py files across all Agent365 Python SDK packages.
5+
Shared utilities for setup.py files across all Microsoft Agent 365 Python SDK packages.
66
77
This module provides helper functions to dynamically set internal package versions
88
at build time, ensuring all packages in the monorepo use the exact same version.
@@ -233,3 +233,4 @@ def get_dynamic_dependencies(
233233
updated_dependencies.append(dep)
234234

235235
return updated_dependencies
236+

0 commit comments

Comments
 (0)