We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90cc735 + 61688a1 commit 4b4a9aeCopy full SHA for 4b4a9ae
1 file changed
setup.py
@@ -32,7 +32,7 @@
32
license='BSD 3',
33
packages=find_packages(where='src'),
34
package_dir={'': 'src'},
35
- package_data={"pywinctl": ["src/pywinctl/py.typed"]},
+ package_data={"pywinctl": ["py.typed"]},
36
test_suite='tests',
37
install_requires=[
38
"PyRect>=0.2",
0 commit comments