Skip to content

Commit 4b4a9ae

Browse files
authored
Merge pull request #45 from MestreLion/master
include py.typed in wheel package
2 parents 90cc735 + 61688a1 commit 4b4a9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
license='BSD 3',
3333
packages=find_packages(where='src'),
3434
package_dir={'': 'src'},
35-
package_data={"pywinctl": ["src/pywinctl/py.typed"]},
35+
package_data={"pywinctl": ["py.typed"]},
3636
test_suite='tests',
3737
install_requires=[
3838
"PyRect>=0.2",

0 commit comments

Comments
 (0)