> On Apr 26, 2016, at 10:19, Mike Orr <[email protected]> wrote: > > On Sun, Apr 24, 2016 at 9:27 PM, Bert JW Regeer <[email protected]> wrote: >> https://github.com/Pylons/pyramid_debugtoolbar/commit/e348868a2d5513b8c6b53b0853e830d66076d034 >> >> It’s similar as the rest of the Pylons projects in that there is no >> MANIFEST.in. >> >> So if you check out the repo without .git and without setuptools-git, by >> default setuptools will only package up the .py files, and none of the other >> required assets. > > Is that why Pyramid from source requires a special setup procedure?
We don’t support Pyramid from source, so there is no “special” setup procedure. Either fetch it from PyPi or do an editable checkout using git (only required if hacking on Pyramid and friends). > > Is there a reason for not using MANIFEST.in? How does setuptools-git > know which files to include and which ones not to? https://github.com/msabramo/setuptools-git That explains what is and isn’t included. tl;dr: everything checked into git is added. For background please take a look at https://github.com/Pylons/pyramid/issues/121 (also Pyramid’s oldest and longest running issue to date). > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/pylons-discuss/CAH9f%3Dupf%3DHWzcSZnfYj8zcEM9skF5YDTG4P7mvDTiBuGEw%3DNww%40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/C3F3F62C-A679-443A-A611-29428E5BBC14%400x58.com. For more options, visit https://groups.google.com/d/optout.
smime.p7s
Description: S/MIME cryptographic signature
