build_py does not handle package_data properly #261
Closed
Comments
tomprince
added a commit
to tomprince/buildbot
that referenced
this issue
Jul 6, 2016
tardyp
added a commit
to buildbot/buildbot
that referenced
this issue
Jul 7, 2016
Get rid of workaround for pypa/setuptools#261
tardyp
added a commit
to buildbot/buildbot-contrib
that referenced
this issue
Feb 21, 2017
Get rid of workaround for pypa/setuptools#261
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally reported by: sa2ajj (Bitbucket: sa2ajj, GitHub: sa2ajj)
In my project I use a pattern that would match directories as well:
As a result, setuptools fails as it can't copy directories.
After a bit of investigation, I found that the problematic code is in build_py. While checking the content of distutils (which is part of CPython), the corresponding code looks different and it does not fail.
The text was updated successfully, but these errors were encountered: