Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackeryRSmith committed Mar 26, 2022
1 parent cf589fa commit 32b3d6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Binary file added build/temp.linux-x86_64-3.8/tercontrol.o
Binary file not shown.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from distutils.core import setup
from Cython.Build import cythonize

setup(
ext_modules=cythonize("tercontrol.pyx"),
)
Binary file added tercontrol.cpython-38-x86_64-linux-gnu.so
Binary file not shown.

0 comments on commit 32b3d6f

Please sign in to comment.