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 89e95c9 commit c5cafccCopy full SHA for c5cafcc
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## Unreleased
4
+### Packaging
5
+- Include `py.typed` when packaging to denote that setuptools-rust includes type hints. [#338](https://github.com/PyO3/setuptools-rust/pull/338)
6
+
7
## 1.6.0 (2023-04-27)
8
### Changed
9
- Prefer passing `--crate-type` option to cargo if "toolchain >= 1.64". [#322](https://github.com/PyO3/setuptools-rust/pull/322)
pyproject.toml
@@ -56,3 +56,6 @@ addopts = "--doctest-modules"
56
[tool.setuptools]
57
packages = ["setuptools_rust"]
58
zip-safe = true
59
60
+[tool.setuptools.package-data]
61
+setuptools_rust = ["py.typed"]
0 commit comments