We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a19326a commit eb121f0Copy full SHA for eb121f0
pyproject.toml
@@ -18,7 +18,7 @@ max-returns = 7
18
disable = ["duplicate-code"]
19
20
[build-system]
21
-requires = ["setuptools>=61.0"]
+requires = ["setuptools>=61.0", "wheel"]
22
build-backend = "setuptools.build_meta"
23
24
[project]
@@ -50,6 +50,9 @@ version = {attr = "featuremanagement._version.VERSION"}
50
[tool.setuptools.packages.find]
51
include = ["featuremanagement*"]
52
53
+[tool.setuptools.package-data]
54
+featuremanagement = ["py.typed"]
55
+
56
[project.urls]
57
Homepage = "https://github.com/microsoft/FeatureManagement-Python"
58
Issues = "https://github.com/microsoft/FeatureManagement-Python/issues"
0 commit comments