Skip to content

Commit 0e9fb34

Browse files
added py.typed to package_data
1 parent a209640 commit 0e9fb34

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"sifter.validators",
4242
],
4343
package_data={
44+
"sifter": ['py.typed'],
4445
"sifter.t": ["*.in", "*.out", "*.msg", "*.rules"],
4546
},
4647
)

0 commit comments

Comments
 (0)