Skip to content

Commit

Permalink
Merge pull request #185 from mgab/add-py.typed-file
Browse files Browse the repository at this point in the history
add py.typed file
  • Loading branch information
liormizr authored Nov 10, 2024
2 parents 58e1438 + de3b83e commit 1ff8173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions s3path/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Marker file for PEP 561. The mypy package uses inline types.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
author='Lior Mizrahi',
author_email='[email protected]',
packages=['s3path'],
package_data={'s3path': ["py.typed"]},
install_requires=['boto3>=1.16.35','smart-open>=5.1.0',],
license='Apache 2.0',
long_description=long_description,
Expand Down

0 comments on commit 1ff8173

Please sign in to comment.