Skip to content

Commit

Permalink
Deploy .pyi stubs alongside .py files.
Browse files Browse the repository at this point in the history
This is the recommended approach for 3rd party stubs.
See: python/typing#84 (comment)
  • Loading branch information
chadrik committed Aug 30, 2017
1 parent 0d3da81 commit 2a30736
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def find_meta(meta):
long_description=LONG,
packages=PACKAGES,
package_dir={"": "src"},
package_data={'attr': ['*.pyi']},
zip_safe=False,
classifiers=CLASSIFIERS,
install_requires=INSTALL_REQUIRES,
Expand Down

0 comments on commit 2a30736

Please sign in to comment.