2009/12/24 "Martin v. Löwis" <[email protected]>: >>> python setup.py pickup_files upload >>> >>> to upload the pre-built files; thereby you can upload files as source >>> that had not been generated by sdist. >>> >> >> That's why I've proposed to add a --dist-file option to the upload command, > > The tricky thing may be to find out what kind of file that is, so that > option would somehow need two parameters.
Yes. I was considering something in these lines: $ python setup.py upload --dist-file=sdist:/path/to/archive.tgz where the files are suffixed by their format. But that's just a first thought. > > Regards, > Martin > -- Tarek Ziadé | http://ziade.org _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
