Skip to content

Commit eb121f0

Browse files
committed
pr comments
1 parent a19326a commit eb121f0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ max-returns = 7
1818
disable = ["duplicate-code"]
1919

2020
[build-system]
21-
requires = ["setuptools>=61.0"]
21+
requires = ["setuptools>=61.0", "wheel"]
2222
build-backend = "setuptools.build_meta"
2323

2424
[project]
@@ -50,6 +50,9 @@ version = {attr = "featuremanagement._version.VERSION"}
5050
[tool.setuptools.packages.find]
5151
include = ["featuremanagement*"]
5252

53+
[tool.setuptools.package-data]
54+
featuremanagement = ["py.typed"]
55+
5356
[project.urls]
5457
Homepage = "https://github.com/microsoft/FeatureManagement-Python"
5558
Issues = "https://github.com/microsoft/FeatureManagement-Python/issues"

0 commit comments

Comments
 (0)