-
Notifications
You must be signed in to change notification settings - Fork 954
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
move package_data and data_files to an Additional Topic #178
Comments
➕ 9️⃣ 0️⃣ 0️⃣ 0️⃣ for this. I just spent a good few hours reading various posts on Stack Overflow and experimenting unsuccessfully with my Using MANIFEST.in and I would also link to the MANIFEST.in command syntax so people can find it easily from the guide. |
Hmm, actually I'm not totally getting what I expect from MANIFEST.in and This is what I have:
If I include everything inside Well, maybe not good, but at least so far I think this behavior is well-documented. However, if I try to Is this expected? I'm running Python 3.5.1, pip 7.1.2, setuptools 18.2, and wheel 0.26.0. Luckily in my case, I can rearrange stuff so that it all gets installed by putting But what is the advice we want to give people who don't necessarily want to do this? "This will not be supported going forward" is totally an OK answer, by the way. I think the issue I'm raising here has already been discussed extensively over on pypa/pip#2874, and I think that's what @dstufft was getting at over there. Is that right? |
move package_data and data_files to an Additional Topic
in the main distribution tutorial, just use MANIFEST.in and
include_package_data
pypa/sampleproject#30 (comment)
The text was updated successfully, but these errors were encountered: