Technolgy file archetecture revised with dictionary input method
This commit is contained in:
@@ -33,11 +33,11 @@ setup(
|
||||
version="1.0.0",
|
||||
# Tell setuptools to include all .pyi files across all sub-folders
|
||||
package_data={
|
||||
"mxpic": ["*.pyi", "**/*.pyi"],
|
||||
"mxpic": ["*.pyi", "**/*.pyi", "**/*.csv", "**/*.yaml", "**/*.yml"],
|
||||
},
|
||||
include_package_data=True,
|
||||
ext_modules=cythonize(
|
||||
extensions,
|
||||
compiler_directives={'language_level': "3"}
|
||||
),
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user