https://github.com/uberparagon/mgn
Revision 5a94543f998311bbeb03a7ffa71da16f84446541 authored by Drew Johnson on 08 September 2017, 19:30:21 UTC, committed by Drew Johnson on 08 September 2017, 19:30:21 UTC
1 parent 6f653b4
Tip revision: 5a94543f998311bbeb03a7ffa71da16f84446541 authored by Drew Johnson on 08 September 2017, 19:30:21 UTC
actually added it this time
actually added it this time
Tip revision: 5a94543
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 ...