We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65465ad commit 51fe724Copy full SHA for 51fe724
setup.py
@@ -20,7 +20,7 @@ def main():
20
21
packages=[pkg, *subpkgs],
22
package_data={
23
- 'pkg': ['py.typed'], # todo need the rest as well??
+ pkg: ['py.typed'], # todo need the rest as well??
24
'orgparse.tests.data': ['*.org'],
25
},
26
0 commit comments