Skip to content

Commit 8927b81

Browse files
antonagestamYury Selivanov
authored andcommitted
fix: add package_data to setup.py (#14)
1 parent 197ceab commit 8927b81

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
url='https://github.com/MagicStack/immutables',
5858
license='Apache License, Version 2.0',
5959
packages=['immutables'],
60+
package_data={"immutables": ["py.typed", "*.pyi"]},
6061
provides=['immutables'],
6162
include_package_data=True,
6263
ext_modules=ext_modules,

0 commit comments

Comments
 (0)