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 e166e1a commit bfa8a9dCopy full SHA for bfa8a9d
setup.py
@@ -19,7 +19,7 @@ def __str__(self):
19
20
ext_modules = [
21
Extension(
22
- 'lightmatchingengine',
+ 'lightmatchingengine.lightmatchingengine',
23
['src/lightmatchingengine.cpp'],
24
include_dirs=[
25
# Path to pybind11 headers
0 commit comments