Open pombredanne opened 8 years ago
+1 to support more formats (bztar and zip) by default, PR welcome :D
@rossant you wrote:
PR welcome :D
Naively I was hoping you would code it for me as a thank you for the name handover :D ;)
You just have to ask ;)
We can already add bztar and zip to the default build command. A further enhancement might be to detect the format specified in setup.cfg
and use that somehow?
We can already add bztar and zip to the default build command. A further enhancement might be to detect the format specified in setup.cfg and use that somehow?
Well I am not sure if you can specify these as defaults in setup.cfg. What I mentioned above is a setuptools command alias for python setup.py release
. Not sure you have a section that would be supporting a more structured set of parameters.
But that said, that brings an interesting approach: have some optional custom setup.cfg sections such that
But that said, that brings an interesting approach: have some optional custom setup.cfg sections such that
- things work with no config by default
- if you want to tinker you can set things in the setup.cfg
+1
I guess just a list of sdist bdist formats in setup.cfg
would be good enough
It would be great to support (possibly optionally) bztar and zip sdist formats. The rationale is that I prefer bztar for getting smaller tarballs and windows user can only deal with zip natively in most cases. I usually do that with a setup.cfg entry: