https://github.com/uberparagon/mgn
Revision 68a94e03404ff1b396018e2eb9e0e7a8105a896b authored by Drew Johnson on 07 September 2017, 22:38:22 UTC, committed by Drew Johnson on 07 September 2017, 22:38:22 UTC
1 parent b640a05
Tip revision: 68a94e03404ff1b396018e2eb9e0e7a8105a896b authored by Drew Johnson on 07 September 2017, 22:38:22 UTC
does readme work yet
does readme work yet
Tip revision: 68a94e0
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 ...