Revision a74bf1af7023b9e16ba133cc5ce7fb92e50f19d8 authored by Nicole Spillane on 27 May 2021, 11:31:35 UTC, committed by Nicole Spillane on 27 May 2021, 11:31:35 UTC
1 parent be8a282
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 ...