Skip to content

Commit

Permalink
parsing module added to ./setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Dec 27, 2007
1 parent 156ae69 commit d11f053
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
( True, 'sympy.matrices', [] ),
( True, 'sympy.ntheory', [] ),
( True, 'sympy.numerics', [] ),
( False, 'sympy.parsing', [] ),
( True, 'sympy.physics', [] ),
( False, 'sympy.plotting', [] ),
( False, 'sympy.plotting.pyglet', [] ),
Expand Down Expand Up @@ -236,6 +237,7 @@ def run(self):
'sympy.matrices.tests',
'sympy.ntheory.tests',
'sympy.numerics.tests',
'sympy.parsing.tests',
'sympy.physics.tests',
'sympy.plotting.tests',
'sympy.polynomials.tests',
Expand Down

0 comments on commit d11f053

Please sign in to comment.