Skip to content

Commit

Permalink
Move symmath to be its own directory, and install it into the sandbox.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed May 31, 2013
1 parent 98673f8 commit 88d3f25
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions common/lib/symmath/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from setuptools import setup

setup(
name="symmath",
version="0.1",
packages=["symmath"],
install_requires=[
"sympy",
],
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions requirements/edx-sandbox/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
common/lib/calc
common/lib/chem
common/lib/sandbox-packages
common/lib/symmath
1 change: 1 addition & 0 deletions requirements/edx/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
-e common/lib/calc
-e common/lib/capa
-e common/lib/chem
-e common/lib/symmath
-e common/lib/xmodule
-e .

0 comments on commit 88d3f25

Please sign in to comment.