Commit a4505dfb by Ned Batchelder Committed by David Baumgold

Move symmath to be its own directory, and install it into the sandbox.

parent 6b3f93fe
from setuptools import setup
setup(
name="symmath",
version="0.1",
packages=["symmath"],
install_requires=[
"sympy",
],
)
...@@ -4,3 +4,4 @@ ...@@ -4,3 +4,4 @@
common/lib/calc common/lib/calc
common/lib/chem common/lib/chem
common/lib/sandbox-packages common/lib/sandbox-packages
common/lib/symmath
...@@ -2,5 +2,6 @@ ...@@ -2,5 +2,6 @@
-e common/lib/calc -e common/lib/calc
-e common/lib/capa -e common/lib/capa
-e common/lib/chem -e common/lib/chem
-e common/lib/symmath
-e common/lib/xmodule -e common/lib/xmodule
-e . -e .
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment