Skip to content

Commit 4ad06e6

Browse files
committed
Test remove fix from #1221
1 parent c8093cb commit 4ad06e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
install_requires=install_requires,
7676
python_requires=">=3.6",
7777
packages=packages,
78-
package_data={"googleapiclient": ["discovery_cache/documents/*.json"]},
78+
package_data={},
7979
license="Apache 2.0",
8080
keywords="google api client",
8181
classifiers=[

0 commit comments

Comments
 (0)