We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffbd442 commit f442e69Copy full SHA for f442e69
1 file changed
python/setup.py
@@ -121,7 +121,7 @@ def install_egg_scripts(self, dist):
121
license="Apache License 2.0",
122
python_requires='>=3.6.0',
123
install_requires=["googleapis-common-protos[grpc]>=1.0.0"],
124
- packages=setuptools.find_packages(),
+ packages=setuptools.find_packages(exclude=["tests"]),
125
package_data={'replicate': ['bin/replicate-shared']},
126
cmdclass={
127
'bdist_wheel': bdist_wheel,
0 commit comments