Skip to content

Commit

Permalink
fix: add package_data to setup.py (MagicStack#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam authored and 1st1 committed Oct 11, 2019
1 parent 197ceab commit 8927b81
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 @@ -57,6 +57,7 @@
url='https://github.com/MagicStack/immutables',
license='Apache License, Version 2.0',
packages=['immutables'],
package_data={"immutables": ["py.typed", "*.pyi"]},
provides=['immutables'],
include_package_data=True,
ext_modules=ext_modules,
Expand Down

0 comments on commit 8927b81

Please sign in to comment.