Skip to content

Commit

Permalink
fix: py.typed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
karlicoss committed Nov 6, 2020
1 parent 65465ad commit 51fe724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def main():

packages=[pkg, *subpkgs],
package_data={
'pkg': ['py.typed'], # todo need the rest as well??
pkg: ['py.typed'], # todo need the rest as well??
'orgparse.tests.data': ['*.org'],
},

Expand Down

0 comments on commit 51fe724

Please sign in to comment.