https://github.com/hpc-maths/GenEO
Revision ce6a596c79bae0e9d69388c76748f838093b6513 authored by gouarin on 07 June 2021, 09:04:52 UTC, committed by gouarin on 07 June 2021, 09:04:52 UTC
1 parent 1dec02f
Tip revision: ce6a596c79bae0e9d69388c76748f838093b6513 authored by gouarin on 07 June 2021, 09:04:52 UTC
update post treatment process
update post treatment process
Tip revision: ce6a596
setup.py
from setuptools import setup, find_packages
from Cython.Build import cythonize
setup(
name = "GenEO",
version="0.1",
packages=find_packages(),
ext_modules = cythonize('GenEO/matelem_cython.pyx'),
)
Computing file changes ...