Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit 0e41885

Browse files
committed
chore(librarian): rename owlbot.py to librarian.py
1 parent 84f880b commit 0e41885

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

.librarian/generator-input/setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,6 @@
9797
install_requires=dependencies,
9898
extras_require=extras,
9999
python_requires=">=3.7",
100-
scripts=[
101-
"scripts/fixup_datastore_v1_keywords.py",
102-
"scripts/fixup_datastore_admin_v1_keywords.py",
103-
],
104100
include_package_data=True,
105101
zip_safe=False,
106102
)
File renamed without changes.

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,6 @@
9797
install_requires=dependencies,
9898
extras_require=extras,
9999
python_requires=">=3.7",
100-
scripts=[
101-
"scripts/fixup_datastore_v1_keywords.py",
102-
"scripts/fixup_datastore_admin_v1_keywords.py",
103-
],
104100
include_package_data=True,
105101
zip_safe=False,
106102
)

0 commit comments

Comments
 (0)