Skip to content

Commit

Permalink
XX
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Ballance <[email protected]>
  • Loading branch information
mballance committed May 4, 2024
1 parent 759a84b commit e208416
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
version += os.environ["GITHUB_RUN_ID"]

ext = Extension(
"ciostream",
"ciostream.core",
sources=[
"src/ciostream/__init__.pyx",
"src/ciostream/core.pyx",
"src/ciostream/ciostream_native.cpp"],
language="c++")

Expand Down
2 changes: 2 additions & 0 deletions src/ciostream/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

#from ciostream.core import *
File renamed without changes.
Binary file added src/ciostream/core.py
Binary file not shown.
File renamed without changes.
File renamed without changes.

0 comments on commit e208416

Please sign in to comment.