https://github.com/uberparagon/mgn
Revision 8fd7c6fbc66eb329a697c262d5fe0f230aecb21e authored by Drew Johnson on 07 September 2017, 22:44:15 UTC, committed by Drew Johnson on 07 September 2017, 22:44:15 UTC
1 parent 68a94e0
Tip revision: 8fd7c6fbc66eb329a697c262d5fe0f230aecb21e authored by Drew Johnson on 07 September 2017, 22:44:15 UTC
does readme work yet2
does readme work yet2
Tip revision: 8fd7c6f
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 ...