Skip to content

Commit

Permalink
Add py.typed
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Jul 29, 2022
1 parent d857410 commit 0576efa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file added metomi/isodatetime/py.typed
Empty file.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,7 @@ def run(self):
entry_points={
'console_scripts': ['isodatetime=metomi.isodatetime.main:main'],
},
package_data = {
'metomi.isodatetime': ['py.typed']
}
)

0 comments on commit 0576efa

Please sign in to comment.