Files
edx-platform/common/lib/symmath/setup.py
kill-gear 69584ca573 incr-177 run python-modernize on openedx/features/learner_profile (#20454)
* incr-172

* incr-177 run modernize

* fixed bug due to running modernize
2019-05-08 16:50:04 -04:00

12 lines
190 B
Python

from __future__ import absolute_import
from setuptools import setup
setup(
name="symmath",
version="0.3",
packages=["symmath"],
install_requires=[
"sympy",
],
)