https://github.com/hpc-maths/GenEO
Revision a6351b5cabafa2fc608691309f9974bcf30c3cab authored by Loic Gouarin on 04 June 2018, 11:27:23 UTC, committed by GitHub on 04 June 2018, 11:27:23 UTC
1 parent d6d74ea
Tip revision: a6351b5cabafa2fc608691309f9974bcf30c3cab authored by Loic Gouarin on 04 June 2018, 11:27:23 UTC
fix norm
fix norm
Tip revision: a6351b5
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 ...