Skip to content

Commit df9970b

Browse files
committed
Exclude tests from package
A global "tests" package was being installed by the wheel... Signed-off-by: Ben Firshman <ben@firshman.co.uk>
1 parent ffbd442 commit df9970b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

python/setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,12 @@ def install_egg_scripts(self, dist):
120120
url="https://replicate.ai",
121121
license="Apache License 2.0",
122122
python_requires='>=3.6.0',
123+
<<<<<<< Updated upstream
123124
install_requires=["googleapis-common-protos[grpc]>=1.0.0"],
124125
packages=setuptools.find_packages(),
126+
=======
127+
packages=setuptools.find_packages(exclude=["tests"]),
128+
>>>>>>> Stashed changes
125129
package_data={'replicate': ['bin/replicate-shared']},
126130
cmdclass={
127131
'bdist_wheel': bdist_wheel,

0 commit comments

Comments
 (0)