Skip to content

Commit add7f83

Browse files
committed
add wheel
1 parent 588cb45 commit add7f83

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pyproject.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,19 @@
1313
# limitations under the License.
1414

1515
[build-system]
16-
requires = ["setuptools>=40.8.0"]
16+
requires = ["setuptools>=40.8.0", "wheel"]
1717
build-backend = "setuptools.build_meta:__legacy__"
1818

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+
1929
[tool.ruff]
2030
line-length = 88
2131

0 commit comments

Comments
 (0)