|
@@ -1,13 +1,7 @@
|
|
#!/usr/bin/env python
|
|
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
# -*- coding: utf-8 -*-
|
|
import os
|
|
import os
|
|
-import sys
|
|
|
|
import codecs
|
|
import codecs
|
|
-import platform
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-if sys.version_info < (2, 5):
|
|
|
|
- raise Exception("Celery requires Python 2.5 or higher.")
|
|
|
|
|
|
|
|
try:
|
|
try:
|
|
from setuptools import setup, find_packages
|
|
from setuptools import setup, find_packages
|
|
@@ -24,7 +18,6 @@ if os.path.exists("README.rst"):
|
|
else:
|
|
else:
|
|
long_description = "See http://pypi.python.org/pypi/celery"
|
|
long_description = "See http://pypi.python.org/pypi/celery"
|
|
|
|
|
|
-
|
|
|
|
setup(
|
|
setup(
|
|
name="celery-with-redis",
|
|
name="celery-with-redis",
|
|
version='2.4.0',
|
|
version='2.4.0',
|