mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 04:18:10 +00:00
fix(python): publish package types (#2543)
* fix: publish types to consumers * chore: add changelog
This commit is contained in:
parent
448f97b736
commit
cc49e2922d
1
python/.changelog.d/2542.fixed
Normal file
1
python/.changelog.d/2542.fixed
Normal file
@ -0,0 +1 @@
|
||||
Fixed issue where type declarations were not visible to consumer packages.
|
@ -57,6 +57,7 @@ setup(
|
||||
+ (CWD / "CHANGELOG.md").read_text(),
|
||||
long_description_content_type="text/markdown",
|
||||
url="https://github.com/trezor/trezor-firmware/tree/master/python",
|
||||
package_data={"trezorlib": ["py.typed"]},
|
||||
packages=find_packages("src"),
|
||||
package_dir={"": "src"},
|
||||
entry_points={"console_scripts": ["trezorctl=trezorlib.cli.trezorctl:cli"]},
|
||||
|
0
python/src/trezorlib/py.typed
Normal file
0
python/src/trezorlib/py.typed
Normal file
Loading…
Reference in New Issue
Block a user