Read carefully.eydaimon wrote: I'm not sure why you want to deviate and call it something else.
What I wrote is that OUR setup.py doesn't do the regular thing.
It actually creates OSX-binaries, Windows-binaries and the source tarball.
Our setup.py (which should be called package.py) creates a tarball that (you would like to) contain a regular setup.py.
Not true: setup.py is the standard installer for Python source distributions.The regular distribution method *IS* setup.py.
It's just that we chose not to provide one.
And we would still need something to create the tarball.
There's a personal stroke in this. I consider the way Python apps are typically installed just bad design.
I find it hard to swallow that people think it's a good idea to install an application into the Python installation itself.
How do you run two versions of an app that way?
Although I like the language itself, I'm unimpressed by it's development environment.
Having said that, I'll see if I can motivate myself enough to cobble together some setup.py.

