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.' )