On Sun, 8 Oct 2017 15:52:45 +0100 Christopher Baines wrote: > On Sun, 8 Oct 2017 05:30:56 +0200 > Cyril Roelandt wrote: > > > On 10/06/2017 10:26 PM, Christopher Baines wrote: > > > The build was failing as the Django settings were not configured > > > for the tests. The relevant files are missing from the release on > > > PyPI, so switch to using a more complete source release. Also > > > update the package at the same time. > > What are these missing files? Couldn't we add them using a patch? Is > > there a reason why they were not included in PyPI, or is this a > > bug? > > It's the example_project/settings.py file that is key. I guess this > could be added as a patch, it's a little long at 168 lines though. On a more practical note, I don't know of an proper way of generating such a patch. The only approaches that come to mind are going through Git, or writing it manually in Emacs, both of which seem bad. Any advice on generating patches?