[issue25392] setup.py --quiet doesn't silence "no previously-included directories" warnings from MANIFEST.in

Ned Batchelder report at bugs.python.org
Tue Oct 13 10:05:25 EDT 2015


Ned Batchelder added the comment:

You are right that "develop" is from setuptools.  The same messages appear with "sdist":

    $ python setup.py --quiet sdist
    no previously-included directories found matching 'doc/_build'
    no previously-included directories found matching 'tests/eggsrc/dist'
    no previously-included directories found matching 'tests/eggsrc/*.egg-info'

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25392>
_______________________________________


More information about the Python-bugs-list mailing list