Skip to content

Commit ed4012e

Browse files
authored
Provide minimal package_data to avoid including .cc / .h files
1 parent 4272b29 commit ed4012e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ def run(self):
345345
setuptools.setup(
346346
packages=setuptools.find_packages('python'),
347347
package_dir={'': 'python'},
348+
package_data = {'': ['LICENSE', 'AUTHORS']},
348349
ext_modules=[setuptools.Extension('tensorstore/_tensorstore', sources=[])],
349350
setup_requires=['setuptools_scm>=8.1.0'],
350351
cmdclass={

0 commit comments

Comments
 (0)