File: setup.cfg

package info (click to toggle)
celery-haystack 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 184 kB
  • sloc: python: 322; makefile: 8
file content (48 lines) | stat: -rw-r--r-- 1,025 bytes parent folder | download | duplicates (2)
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
47
48
[global]
setup-hooks = 
	celery_haystack.version_hook

[metadata]
name = celery-haystack
author = Jannis Leidel
author-email = jannis@leidel.info
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-appconf>=0.4.1

[files]
packages = 
	celery_haystack
	celery_haystack.tests
extra_files = 
	README.rst
	AUTHORS

[backwards_compat]
zip_safe = False

[wheel]
universal = 1

[egg_info]
tag_build = 
tag_date = 0
tag_svn_revision = 0