But do not install them with "./setup.py install". This is important, because
we don't want "test" and "py.bench" to end up in /usr/bin/.
---
 MANIFEST.in |    2 ++
 setup.py    |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index 1908989..6a922b7 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -8,3 +8,5 @@ include sympy/utilities/mathml/data/*.xsl
 
 include LICENSE
 include TODO
+include bin/test
+include bin/py.bench
diff --git a/setup.py b/setup.py
index a8eb022..813ea37 100755
--- a/setup.py
+++ b/setup.py
@@ -314,7 +314,7 @@ setup(
       url = 'http://code.google.com/p/sympy',
       packages = ['sympy'] + [ m[1] for m in modules ] + tests + \
         pyglet_packages,
-      scripts = ['bin/isympy', 'bin/py.bench'],
+      scripts = ['bin/isympy'],
       ext_modules = [],
       package_data = { 'sympy.utilities.mathml' : ['data/*.xsl'] },
       data_files = [('share/man/man1', ['doc/man/isympy.1'])],
-- 
1.5.6.5


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy-patches" group.
To post to this group, send email to sympy-patches@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sympy-patches?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to