Hi Ondrej,

Warning: I'm not an expert on pypi or setup.py file, so these are only
suggestions.
>
> 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
>
> To be honest, I never use pypi, as I find it not so convenient (and
> the web interface messy).
I quite like the easy_install option.

> However I understand some people use it and
> it helps for them, so I'd like to fix it. Do you know how to do it
> from the command line?
>
> This is what I get:
>
> $ ./setup.py register
> running register
> warning: register: missing meta-data: either (author and author_email)
> or (maintainer and maintainer_email) must be supplied
> Using PyPI login from /home/ondra/.pypirc
> Server response (200): OK
> $
I think adding the lines in setup.py:

author='Fred',
author_email = '[EMAIL PROTECTED]',

should do the trick.

> Do you know what we have to do at each release to get the pypi page
> updated correctly?
No sorry.

Best wishes,

Colin


--~--~---------~--~----~------------~-------~--~----~
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