Граф коммитов

30 Коммитов

Автор SHA1 Сообщение Дата
Ask Solem 5fec367b97 OS X -> macOS 2016-06-13 18:52:02 -07:00
Ask Solem 1b4a8a0afd Dist things 2016-04-08 19:08:15 -07:00
Ask Solem f8dace1ba9 Distribution cleanup and prepare for release 2013-11-09 14:24:03 +00:00
Ask Solem 5fff0d6173 Remove outdated/uneeded files to make dist smaller 2013-04-17 16:54:18 +01:00
Ask Solem c16c0fed24 Module celery.state renamed -> celery._state 2012-06-22 16:45:55 +01:00
Ask Solem b4cbf501a5 Renames distribution contrib dir to 'extra' 2012-06-21 15:15:02 +01:00
Ask Solem 758af45e6b Updates MANIFEST.in 2012-06-19 10:50:29 +02:00
Ask Solem 51a35ec446 Adds some misconceptions to FAQ 2012-06-08 15:53:57 +01:00
Ask Solem 29047f4a09 Adds CONTRIBUTORS.txt to MANIFEST.in 2012-06-07 18:47:56 +01:00
Ask Solem ed786d704f Installation broke on Windows, because of this line in MANIFEST.in 2011-08-05 16:17:27 +01:00
Ask Solem f03d554bd7 Prunes graffles from distribution 2011-06-17 13:30:43 +01:00
Ask Solem 541c6d32a2 Removes pavement.py from MANIFEST.in 2011-04-03 01:21:25 +02:00
Ask Solem 3dc41a9f70 Moves contrib/requirements to top dir 2011-04-03 01:20:23 +02:00
Ask Solem 9de4b36d13 Updated MANIFEST.in 2010-10-08 11:19:14 +02:00
Ask Solem 994faa8961 Removed top-level tests directory. Test config now in celery.tests.config
This means running the unittests doesn't require any special setup.
celery/tests/__init__ now configures the CELERY_CONFIG_MODULE and
CELERY_LOADER, so when nosetests imports that, the unit test environment
is all set up.
2010-06-11 12:04:53 +02:00
Ask Solem 9c41f593cf Added examples/ to MANIFEST.in 2010-06-11 10:25:36 +02:00
Ask Solem c81e79b559 Added bin/* to MANIFEST.in 2010-05-24 20:41:19 +02:00
Ask Solem 5c849b769b Bumped version to 1.0.1 2010-03-20 18:34:37 +01:00
Ask Solem 65a3c36d24 Replace previous mentions of "testproj" -> "tests" 2010-03-08 16:33:37 +01:00
Ask Solem 65aaffea4d Added contrib to MANIFEST.in 2009-07-28 17:31:58 +02:00
Ask Solem 27da872e4e Fix install_requires, extra_requires and README.rst 2009-06-25 20:29:49 +02:00
Ask Solem b2217f2027 Update MANIFEST.in to prune docs/.build and *.pyc (*.pyc doesn't work, but at
least the built docs isn't included anymore)
2009-06-17 14:06:42 +02:00
Ask Solem 278d73ddb1 MANIFEST.in: Only include *.py from celery, skip .pyc files 2009-06-15 15:59:53 +02:00
Ask Solem 42dc92bcbf Rename CHANGELOG in MANIFEST.in -> Changelog 2009-06-10 15:34:13 +02:00
Ask Solem 47bb9dcad8 Renamed LICENCE -> LICENSE. Apparently LICENCE is a typo in the pycheesecake docs (and thank science for that). 2009-06-09 11:10:31 +02:00
Ask Solem 5df08a9d0d PyPANTS PYPANTS!! 2009-06-08 16:44:13 +02:00
Ask Solem cf0ebe2664 Updated MANIFEST.in 2009-04-30 14:03:27 +02:00
Ask Solem 71face9ab0 Project changes name to celery 2009-04-27 12:45:10 +02:00
Ask Solem 462d47068d Introducing Task classes. (after() not implemented yet, but that's going to be really awesome)
The arguments to tasks.register is now changed:

Instead of

    task.register(task_name, task_func)

 it's now

    task.register(task_func, task_name)

or alternatively

    task.register(TaskClass)
2009-04-24 18:07:40 +02:00
Ask Solem 8dd7ac781a And here comes the code 2009-04-24 13:33:42 +02:00