Skip to content
Snippets Groups Projects
Commit 95f27671 authored by Goran Jelic-Cizmek's avatar Goran Jelic-Cizmek
Browse files

Added metadata to setup script

parent 58827781
No related branches found
No related tags found
No related merge requests found
......@@ -2,5 +2,11 @@ from setuptools import Extension, setup
from Cython.Build import cythonize
setup(
ext_modules = cythonize([Extension("coffe", ["coffe.pyx"])])
name='Coffe',
version='3.0',
description='The COrrelation Function Full-sky Estimator code',
url='https://github.com/JCGoran/coffe',
author='Goran Jelic-Cizmek',
author_email='goran.jelic-cizmek@unige.ch',
ext_modules=cythonize([Extension("coffe", ["coffe.pyx"])])
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment