Skip to content

Commit ebb06dc

Browse files
authored
Update setup.py
1 parent 129441c commit ebb06dc

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
@@ -345,7 +345,7 @@ def run(self):
345345
setuptools.setup(
346346
packages=setuptools.find_packages('python'),
347347
package_dir={'': 'python'},
348-
exclude_package_data = {'': [ "*.h", "*.cc", "BUILD*", "**/tests/**" ]},
348+
exclude_package_data = {'': [ "*.h", "*.cc", "BUILD*", "*.py" ]},
349349
ext_modules=[setuptools.Extension('tensorstore/_tensorstore', sources=[])],
350350
setup_requires=['setuptools_scm>=8.1.0'],
351351
cmdclass={

0 commit comments

Comments
 (0)