We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36438bc commit 368d168Copy full SHA for 368d168
.librarian/generator-input/setup.py
@@ -90,10 +90,6 @@
90
install_requires=dependencies,
91
extras_require=extras,
92
python_requires=">=3.7",
93
- scripts=[
94
- "scripts/fixup_firestore_v1_keywords.py",
95
- "scripts/fixup_firestore_admin_v1_keywords.py",
96
- ],
97
include_package_data=True,
98
zip_safe=False,
99
)
setup.py
@@ -94,10 +94,6 @@
100
101
102
103
0 commit comments