https://github.com/uberparagon/mgn
Revision bebc795e6778db315f0b7144c07024f8a666722f authored by Drew Johnson on 12 September 2017, 18:57:37 UTC, committed by Drew Johnson on 12 September 2017, 18:57:37 UTC
1 parent e53d6a5
Tip revision: bebc795e6778db315f0b7144c07024f8a666722f authored by Drew Johnson on 12 September 2017, 18:57:37 UTC
maybe some changes
maybe some changes
Tip revision: bebc795
setup.py
from distutils.core import setup
try:
from sage.env import SAGE_SRC, SAGE_VERSION
except ImportError:
print "WARNING: This package only works with SageMath."
with open("README.rst") as f:
long_description = f.read()
setup(
name='mgn',
version='1.0.3',
packages=['strataalgebra', 'topintersections'],
url='https://github.com/uberparagon/mgn',
download_url="https://github.com/uberparagon/mgn/releases/latest/",
license='TODO',
author='Drew Johnson',
author_email='werd2.718@gmail.com',
description='A Sage program for computing products, Faber-Zagier relations, and top intersections on the moduli space of stable curves.',
long_description = long_description
)

Computing file changes ...