mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2026-04-25 19:41:32 +00:00
started c-ifying analysis
This commit is contained in:
+285
-224
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
from distutils.core import setup
|
||||
from Cython.Build import cythonize
|
||||
|
||||
setup(name='analysis',
|
||||
ext_modules=cythonize("analysis.py"))
|
||||
Reference in New Issue
Block a user