Fixed setup.py

This commit is contained in:
Marc Aymerich 2015-05-06 09:48:09 +00:00
parent 85be59976e
commit d9a7eefb07
2 changed files with 6 additions and 2 deletions

View File

@ -375,10 +375,14 @@ try: import uwsgi to know its running uwsgi
# make exceptions fot check origin shit
# rename virtual_maps to virtual_alias_maps and remove virtual_alias_domains ?
# virtdomains file is not ideal, prevent fake/error on domains there! and make sure this file is required!
# Message last_retry auto_now doesn't work!
# LOCK beat lockfile
# LOCK beat lockfile, all tasks (monitors, billing (or unique number will fuck the transaction?))
# don't block on beat, and --report periodic tasks
# Deprecate restart/start/stop services (do touch wsgi.py and fuck celery)

View File

@ -29,7 +29,7 @@ setup(
include_package_data = True,
scripts=[
'orchestra/bin/orchestra-admin',
'orchestra//bin/orchestra-beat',
'orchestra/bin/orchestra-beat',
],
packages = packages,
classifiers = [