B
    `                 @   s4   d dl Z d dlmZ d dlmZ G dd deZdS )    N)Template)print_c               @   s(   e Zd ZdZdZd gZdgZdd ZdS )PasteDeployzpaster_templates/paste_deployz/A web application deployed through paste.deployzPasteScript#basic_packagec             C   sx   x,dD ]$}|j tj|ddd| dd qW |j tj|ddd| d	d |jrttd
 td td td
 d S )N)r   zsetup.pyzExtra requirementsz%r,
T)indentzEntry pointszD      [paste.app_factory]
      main = %(package)s.wsgiapp:make_app
FzH************************************************************************zH* Run "paster serve docs/devel_config.ini" to run the sample applicationz* on http://localhost:8080)Zinsert_into_fileospathjoinverboser   )selfcommand
output_dirvarsZprereq r   e/home/kop/projects/devel/pgwui/test_venv/lib/python3.7/site-packages/paste/deploy/paster_templates.pypost   s"    
zPasteDeploy.postN)__name__
__module____qualname__Z_template_dirsummaryZegg_pluginsZrequired_templatesr   r   r   r   r   r   
   s
   r   )r   Zpaste.script.templatesr   Zpaste.deploy.compatr   r   r   r   r   r   <module>   s   