Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tarball format inconcistent between bdist_rpm and sdist (and maybe other) #6

Open
olahaye74 opened this issue Apr 23, 2018 · 0 comments

Comments

@olahaye74
Copy link

olahaye74 commented Apr 23, 2018

tarball format inconcistent between bdist_rpm and sdist (and maybe other)

[bdist_rpm]
use-bzip2 = 1
[sdist]
formats = bztar

Can't it be unified? this is ugly to have different option name for the same thing depending on the context.

That would also help removing the following line from bdist.py:
# The following commands do not take a format option from bdist
no_format_option = ('bdist_rpm',)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant