Skip to content

Commit 51fe724

Browse files
committed
fix: py.typed typo
1 parent 65465ad commit 51fe724

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
@@ -20,7 +20,7 @@ def main():
2020

2121
packages=[pkg, *subpkgs],
2222
package_data={
23-
'pkg': ['py.typed'], # todo need the rest as well??
23+
pkg: ['py.typed'], # todo need the rest as well??
2424
'orgparse.tests.data': ['*.org'],
2525
},
2626

0 commit comments

Comments
 (0)