https://github.com/uberparagon/mgn
Revision 82473138c0a848ce4a690d78346e3b6888c6f253 authored by Drew Johnson on 08 September 2017, 20:36:56 UTC, committed by Drew Johnson on 08 September 2017, 20:36:56 UTC
1 parent cc8e411
Tip revision: 82473138c0a848ce4a690d78346e3b6888c6f253 authored by Drew Johnson on 08 September 2017, 20:36:56 UTC
fixing links more
fixing links more
Tip revision: 8247313
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.'
)

Computing file changes ...