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
Add sdist_list plugin to all setup.py #203
Conversation
|
Thanks for the propsal. It has several problems:
I wonder if the printed list is always the same as *.egg-info/SOURCES.txt or not. If it is the same we may very well re-use that file. It seems that egg-info is generated during |
|
You have two options to work around the extra output
The content of |
The sdist_list plugin creates a source distribution file list. Signed-off-by: Christian Heimes <cheimes@redhat.com>
Could you fix sdist_list so it properly propagates --quiet option to the subcommands? |
|
There is nothing to fix here. Just use the |
|
|
It can't be done in a clean way. distutils and setuptools starts logging to stdout before the command has a chance to change the log level. I don't want to change the log level globally because it contains useful information. |
|
The feature is no longer required. @pspacek uses |
The sdist_list plugin creates a source distribution file list.
Signed-off-by: Christian Heimes cheimes@redhat.com
@pspacek here is your helper command for automake dist.