
    
    [console_scripts]
    gunicorn=gunicorn.main:run
    gunicorn_django=gunicorn.main:run_django
    gunicorn_paster=gunicorn.main:run_paster

    [gunicorn.workers]
    sync=gunicorn.workers.sync:SyncWorker
    eventlet=gunicorn.workers.geventlet:EventletWorker
    gevent=gunicorn.workers.ggevent:GEventWorker
    tornado=gunicorn.workers.gtornado:TornadoWorker

    [paste.server_runner]
    main=gunicorn.main:paste_server
    