[FIX] MANIFEST.in: replaced gunicorn.conf.py with openerp-wsgi.py.
authorVo Minh Thu <vmt@openerp.com>
Fri, 1 Mar 2013 14:12:12 +0000 (15:12 +0100)
committerVo Minh Thu <vmt@openerp.com>
Fri, 1 Mar 2013 14:12:12 +0000 (15:12 +0100)
bzr revid: vmt@openerp.com-20130301141212-x3my38zeht0m09qr

MANIFEST.in

index c864492..fa159fb 100644 (file)
@@ -7,7 +7,7 @@ graft win32
 include README
 include LICENSE
 include MANIFEST.in
-include gunicorn.conf.py
+include openerp-wsgi.py
 include openerp-server
 include setup*
 global-exclude *pyc *~    # Exclude possible garbage from previous graft.