On Tue, Apr 01, 2008 at 03:49:16PM +0200, Ondrej Certik wrote:
> >  > Thanks for noticing. The tests/ directories are our tests, so I don't
> >  > think they should be imported. Why should there by __init__ files in
> >  > it?
> >  Could it be because  in setup.py you have:

> >  packages = ['sympy'] + [ m[1] for m in modules ] + tests +
> >  pyglet_packages,

> >  i.e. you are installing tests

> That is needed, so that "./setup.py sdist" installs test as well into
> the released tar.gz.
> If there is some other way to do that, please let us know.

I think you should use the "package_data" keyword, have a look at
http://peak.telecommunity.com/DevCenter/setuptools#including-data-files

I don't know how well this plays with standard distutils, you'll have to
check.

HTH,

Gaƫl

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to