Skip to content

Commit 4b7217e

Browse files
committed
Revert the manager name for UV to 'Astral UV'
1 parent acd64cf commit 4b7217e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ducktools/pythonfinder/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ def _implementation_from_uv_dir(
531531

532532
for pth in python_paths:
533533
if os.path.exists(pth):
534-
install = finder.get_install_details(pth, managed_by="Astral")
534+
install = finder.get_install_details(pth, managed_by="Astral UV")
535535
break
536536

537537
return install

0 commit comments

Comments
 (0)