Skip to content

Commit 3a85d66

Browse files
Add docs requirements as data file
1 parent f188111 commit 3a85d66

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
@@ -117,6 +117,7 @@ def _make_docs_packages():
117117
packages=find_packages(),
118118
include_package_data=True,
119119
package_data={'tensorflow_transform': ['py.typed']},
120+
data_files=[("docs_reqs", ["requirements-docs.txt"])],
120121
description='A library for data preprocessing with TensorFlow',
121122
long_description=_LONG_DESCRIPTION,
122123
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)