https://github.com/hpc-maths/GenEO
Revision 7da57ba084742443aff7050c8435d3b2834d0ff5 authored by Nicole Spillane on 10 June 2021, 19:20:56 UTC, committed by Nicole Spillane on 10 June 2021, 19:20:56 UTC
Tip revision: 7da57ba084742443aff7050c8435d3b2834d0ff5 authored by Nicole Spillane on 10 June 2021, 19:20:56 UTC
I think I merged both versions
I think I merged both versions
Tip revision: 7da57ba
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 ...