https://github.com/uberparagon/mgn
Revision 6f653b4b452c77a5c63237d187529c45dd9dbca5 authored by Drew Johnson on 08 September 2017, 19:29:58 UTC, committed by Drew Johnson on 08 September 2017, 19:29:58 UTC
1 parent 9f0e0b0
Tip revision: 6f653b4b452c77a5c63237d187529c45dd9dbca5 authored by Drew Johnson on 08 September 2017, 19:29:58 UTC
made top readme
made top readme
Tip revision: 6f653b4
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 ...