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 f09b791 commit 522c50aCopy full SHA for 522c50a
setup.py
@@ -67,6 +67,7 @@
67
("flint._flint", ["src/flint/pyflint.pyx"]), # Main Module
68
# Submodules
69
# ("flint.global_context", ["src/flint/_global_context.pyx"]),
70
+ ("flint.flint_base.flint_base", ["src/flint/flint_base/flint_base.pyx"]),
71
("flint.flint_base.flint_context", ["src/flint/flint_base/flint_context.pyx"]),
72
73
]
0 commit comments