forked from behype-inc/celery-haystack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
46 lines (42 loc) · 1.07 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[global]
setup-hooks =
celery_haystack.version_hook
[metadata]
name = celery-haystack
author = Jannis Leidel
author-email = [email protected]
summary = An app for integrating Celery with Haystack.
description-file = README.rst
home-page = http://celery-haystack.rtfd.org/
project-url =
Github, https://github.com/django-haystack/celery-haystack/
classifier =
Development Status :: 4 - Beta
Environment :: Web Environment
Framework :: Django
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Topic :: Utilities
requires-dist =
django>=2.1
django-appconf>=0.4.1
six
celery>=3.1,<5.0
django-haystack>=2.0,<3.0
[files]
packages =
celery_haystack
celery_haystack.tests
extra_files =
README.rst
AUTHORS
[backwards_compat]
zip_safe = False
[wheel]
universal = 1