Omit missing directories from MANIFEST.in#10
Omit missing directories from MANIFEST.in#10minrk merged 1 commit intoipython:masterfrom neirbowj:clean_manifest
Conversation
😞 |
|
@neirbowj how exactly did you run into this? I've tested with 3.4.5 + 32.1.0 and there are no errors. MANIFEST.in should only affect sdists, so this doesn't need to force a release because it would only affect our ability to make a release, it shouldn't affect anyone installing from the current release. Plus, sdists for this repo are not made with setuptools, so setuptools version can't have an effect and |
|
@minrk: I saw this when building pandas and ipython_genutils on FreeBSD shortly after Python 3.4.6 hit the ports tree. You can follow my adventures on this thread FreeBSD python mailing list. In summary, Python changed the implementation of |
|
I just noticed this issue as well. FWIW we use setuptools 30.2.0. |
Omit missing directories from MANIFEST.in
Some combinations of python and setuptools (e.g. 3.4.6 + 32.1.0) trace with
FileNotFoundErroron a graft with a missing directory.