|  | @@ -89,7 +89,7 @@ setup(
 | 
											
												
													
														|  |      platforms=["any"],
 |  |      platforms=["any"],
 | 
											
												
													
														|  |      license="BSD",
 |  |      license="BSD",
 | 
											
												
													
														|  |      packages=find_packages(exclude=['ez_setup', 'tests', 'tests.*']),
 |  |      packages=find_packages(exclude=['ez_setup', 'tests', 'tests.*']),
 | 
											
												
													
														|  | -    scripts=["bin/celeryd", "bin/celeryinit", "bin/celerybeat", "bin/camqadm"],
 |  | 
 | 
											
												
													
														|  | 
 |  | +    scripts=["bin/celeryd", "bin/celerybeat", "bin/camqadm"],
 | 
											
												
													
														|  |      zip_safe=False,
 |  |      zip_safe=False,
 | 
											
												
													
														|  |      install_requires=install_requires,
 |  |      install_requires=install_requires,
 | 
											
												
													
														|  |      cmdclass = {"test": RunTests, "quicktest": QuickRunTests},
 |  |      cmdclass = {"test": RunTests, "quicktest": QuickRunTests},
 |