I'm not sure what the difference is between the requires statement in 
setup.py and the pyramid.includes statement in development.ini and the 
config.include("...") in __init__.py.

In a default pyramid installation pyramid_tm and pyramid_debugtoolbar 
appear in setup.py and development.ini. And anytime I need to add a new 
package (e.g. alembic, factory_boy, pytest, deform), I've been blindly 
adding it to setup.py's requires instead of development.ini's 
pyramid.includes or config.include() in __init__.py. And it seems to 
work... But when do I add something in one place vs the other? New to all 
this stuff so not sure.

I'm realizing I need to figure this out now as I'm having trouble setting 
up pyramid_mailer to work correctly. (Following instructions at 
https://github.com/Pylons/pyramid_mailer/blob/master/docs/index.rst#getting-started-the-easier-way)

-- 
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.

Reply via email to