At 04:00 PM 5/18/2009 -0400, Jean-Paul Calderone wrote:
Hello,

I've just noticed that when using setuptools, the name of the file created
by the sdist command changes.  The version passed to setup is "0.9.33+r17283"
but the file written is "Nevow-0.9.33-r17283.tar.gz".

This change causes various problems for me.  How can I avoid it?

You would need to subclass the sdist command, or use a post-processing step to rename it.

_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to