changes to package up for server installation

bug 550292
This commit is contained in:
Kevin Dangoor 2010-03-12 23:00:21 -05:00
Родитель 28bd747bf6
Коммит 958b809a6a
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2,4 +2,5 @@
\.pyc$
^testfiles
^devdata.db
^production
^devserver.log

Просмотреть файл

@ -152,7 +152,6 @@ def start():
port = int(options.port)
serve(controllers.make_app(), options.address, port, use_threadpool=True)
@task
@needs(['sdist'])
def production():