Skip to content

Commit 8ad8f7c

Browse files
committed
Add include_package_data
1 parent 4a8daa8 commit 8ad8f7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def main():
125125
long_description=README.read_text(),
126126
long_description_content_type="text/markdown",
127127
ext_modules=[extension],
128+
include_package_data=True,
128129
package_data={
129130
"": [python_stub]
130131
}

0 commit comments

Comments
 (0)