Переглянути джерело

Remove outdated/uneeded files to make dist smaller

Ask Solem 12 роки тому
батько
коміт
5fff0d6173

+ 1 - 1
MANIFEST.in

@@ -7,9 +7,9 @@ include TODO
 include setup.cfg
 include setup.py
 recursive-include celery *.py
-recursive-include funtests *.py
 recursive-include docs *
 recursive-include extra *
 recursive-include examples *
 recursive-include requirements *.txt
 prune *.pyc
+prune *.sw*

BIN
docs/images/Celery1.0-inside-worker.jpg


BIN
docs/images/djangoceleryadmin2.jpg


+ 0 - 2
docs/internals/worker.rst

@@ -14,8 +14,6 @@ The worker consists of 4 main components: the consumer, the scheduler,
 the mediator and the task pool. All these components runs in parallel working
 with two data structures: the ready queue and the ETA schedule.
 
-.. image:: ../images/Celery1.0-inside-worker.jpg
-
 Data structures
 ===============