Skip to content

Commit 274f1c8

Browse files
committed
Revert "Test remove fix from #1221"
This reverts commit 4ad06e6.
1 parent 4ad06e6 commit 274f1c8

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={},
78+
package_data={"googleapiclient": ["discovery_cache/documents/*.json"]},
7979
license="Apache 2.0",
8080
keywords="google api client",
8181
classifiers=[

0 commit comments

Comments
 (0)