-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 01/16/2015 09:56 AM, Tim Tisdall wrote: > How is the approach at that link different then the code I just posted > as having an issue? I can't see any difference. The issue is that it > does install the package, but because there's no MANIFEST it won't > include the templates, css, js, etc... It only includes the .py > files. `setuptools_git` is a package that generates a MANIFEST based > on what files are being tracked by git. It's intention is so you > don't have to manually create and maintain a MANIFEST. > > The issue is the approach that you've linked to doesn't provide a > working package because none of the Pylons projects have a MANIFEST or > some automated way of generating one for you automatically (ie > setuptools_git or MANIFEST.in).
We explicitly don't support *installing* from Github: use PyPI for that. If you want to track non-released changes, then get a checkout and use 'setup.py develop' (or the equivalent buildout / pip chant): none of those require `setuptools-git`. Or fork the repo and manage MANIFEST.in yourself. Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 [email protected] Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAlS5PWsACgkQ+gerLs4ltQ6W2wCfdXN/BpSy4pEASbAZo3yl5SRz K0cAn3HufF1F/OLTK+3ef8NJjaR565Oq =SEFK -----END PGP SIGNATURE----- -- 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]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
