https://github.com/uberparagon/mgn
Revision 7943c4a19f6a77c0fbb67d1ff711599052a160e3 authored by Drew Johnson on 08 September 2017, 23:03:09 UTC, committed by Drew Johnson on 08 September 2017, 23:03:09 UTC
1 parent c68ff05
Tip revision: 7943c4a19f6a77c0fbb67d1ff711599052a160e3 authored by Drew Johnson on 08 September 2017, 23:03:09 UTC
rebuilt docs
rebuilt docs
Tip revision: 7943c4a
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 ...