Skip to content

Commit

Permalink
Add type stubs to package data. (#378)
Browse files Browse the repository at this point in the history
Fixes #377
  • Loading branch information
markstory authored Mar 17, 2021
1 parent 2bcfaf3 commit 012a45e
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 @@ -71,7 +71,7 @@ def run_tests(self):
tests_require=tests_require,
setup_requires=setup_requires,
cmdclass={"test": PyTest},
package_data={"responses": ["py.typed"]},
package_data={"responses": ["py.typed", "__init__.pyi"]},
include_package_data=True,
classifiers=[
"Intended Audience :: Developers",
Expand Down

0 comments on commit 012a45e

Please sign in to comment.