Skip to content

Commit bfa8a9d

Browse files
authored
Update setup.py
1 parent e166e1a commit bfa8a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def __str__(self):
1919

2020
ext_modules = [
2121
Extension(
22-
'lightmatchingengine',
22+
'lightmatchingengine.lightmatchingengine',
2323
['src/lightmatchingengine.cpp'],
2424
include_dirs=[
2525
# Path to pybind11 headers

0 commit comments

Comments
 (0)