We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04ee68 commit 7596e42Copy full SHA for 7596e42
src/setup.py
@@ -11,6 +11,7 @@
11
package_data={
12
"cedarscript_ast_parser": ["*.so", "*.dylib", "*.dll"],
13
},
14
+ include_package_data=True,
15
author="Elifarley",
16
author_email="elifarley@example.com",
17
description="A library for CEDARScript AST parsing",
0 commit comments