-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
build_py does not handle package_data properly #261
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
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
4 tasks
3 tasks
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: