We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f188111 + 3a85d66 commit 8dc3e9eCopy full SHA for 8dc3e9e
setup.py
@@ -117,6 +117,7 @@ def _make_docs_packages():
117
packages=find_packages(),
118
include_package_data=True,
119
package_data={'tensorflow_transform': ['py.typed']},
120
+ data_files=[("docs_reqs", ["requirements-docs.txt"])],
121
description='A library for data preprocessing with TensorFlow',
122
long_description=_LONG_DESCRIPTION,
123
long_description_content_type='text/markdown',
0 commit comments