Technolgy file archetecture revised with dictionary input method

This commit is contained in:
=
2026-06-07 17:07:20 +08:00
parent 8a17f1dde0
commit 54d20eb154
163 changed files with 5948 additions and 1297 deletions
+2 -2
View File
@@ -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"}
),
)
)