Fixed setup.py
This commit is contained in:
parent
85be59976e
commit
d9a7eefb07
6
TODO.md
6
TODO.md
|
@ -375,10 +375,14 @@ try: import uwsgi to know its running uwsgi
|
||||||
# make exceptions fot check origin shit
|
# make exceptions fot check origin shit
|
||||||
|
|
||||||
# rename virtual_maps to virtual_alias_maps and remove virtual_alias_domains ?
|
# 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!
|
# 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)
|
# Deprecate restart/start/stop services (do touch wsgi.py and fuck celery)
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -29,7 +29,7 @@ setup(
|
||||||
include_package_data = True,
|
include_package_data = True,
|
||||||
scripts=[
|
scripts=[
|
||||||
'orchestra/bin/orchestra-admin',
|
'orchestra/bin/orchestra-admin',
|
||||||
'orchestra//bin/orchestra-beat',
|
'orchestra/bin/orchestra-beat',
|
||||||
],
|
],
|
||||||
packages = packages,
|
packages = packages,
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
|
Loading…
Reference in New Issue