Jelajahi Sumber

Remove outdated/uneeded files to make dist smaller

Ask Solem 12 tahun lalu
induk
melakukan
5fff0d6173
4 mengubah file dengan 1 tambahan dan 3 penghapusan
  1. 1 1
      MANIFEST.in
  2. TEMPAT SAMPAH
      docs/images/Celery1.0-inside-worker.jpg
  3. TEMPAT SAMPAH
      docs/images/djangoceleryadmin2.jpg
  4. 0 2
      docs/internals/worker.rst

+ 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*

TEMPAT SAMPAH
docs/images/Celery1.0-inside-worker.jpg


TEMPAT SAMPAH
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
 ===============