https://github.com/uberparagon/mgn
Tip revision: e53d6a5602585974452a7124c2a50829371e24ce authored by Drew Johnson on 08 September 2017, 23:12:19 UTC
fixed readme links
fixed readme links
Tip revision: e53d6a5
setup.py
from distutils.core import setup
setup(
name='mgn',
version='1.0.0',
packages=['strataalgebra', 'topintersections'],
url='https://github.com/uberparagon/mgn',
license='TODO',
author='Drew Johnson',
author_email='werd2.718@gmail.com',
description='A Sage program for computing products and Faber-Zagier-Pixton relations on the moduli space of stable curves.'
)