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.
1 parent 588cb45 commit add7f83Copy full SHA for add7f83
pyproject.toml
@@ -13,9 +13,19 @@
13
# limitations under the License.
14
15
[build-system]
16
-requires = ["setuptools>=40.8.0"]
+requires = ["setuptools>=40.8.0", "wheel"]
17
build-backend = "setuptools.build_meta:__legacy__"
18
19
+[tool.setuptools]
20
+include-package-data = true
21
+
22
+[tool.setuptools.package-data]
23
+tensorflow_transform = ["py.typed"]
24
25
+# Create an empty requirements-docs.txt file that will be included in the package
26
+[tool.setuptools.data-files]
27
+"." = ["requirements-docs.txt"]
28
29
[tool.ruff]
30
line-length = 88
31
0 commit comments