[pylons-discuss] Re: Distributing a REST API Pyramid project

2017-09-29 Thread Tres Seaver
On 09/29/2017 03:34 AM, Jimmy Thrasibule wrote: > Now come the hard part. Our team is too small to get the project > divided in multiple sub-projects and I would also like to keep > distribution as simple as possible meaning keeping only one > ``setup.py`` so that with one ``./setup.py bdist``, I c

[pylons-discuss] Re: Distributing a REST API Pyramid project

2017-09-29 Thread Jonathan Vanasco
originally we did your approach, but now we use multiple discrete packages, and manage the virtualenv with fabric |python_packages/ | |app_pyramid/ | | |---setup.py | | |---app_pyramid/ | |app_core/ | | |---setup.py | | |---app_c