Skip to content

Commit 7596e42

Browse files
committed
feat: add include_package_data to setup.py
1 parent b04ee68 commit 7596e42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
package_data={
1212
"cedarscript_ast_parser": ["*.so", "*.dylib", "*.dll"],
1313
},
14+
include_package_data=True,
1415
author="Elifarley",
1516
author_email="elifarley@example.com",
1617
description="A library for CEDARScript AST parsing",

0 commit comments

Comments
 (0)