-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsetup.cfg
45 lines (44 loc) · 1.1 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
[metadata]
name = django-pq
version = 0.3.2
author = Brett Haydon
author-email = [email protected]
home-page = https://github.com/bretth/django-pq
project-url =
Github, https://github.com/bretth/django-pq
summary = A task queue based on the RQ api with a postgresql backend
description-file = README.rst
CHANGES.rst
license = BSD
requires-dist = setuptools
times
python-dateutil
django-picklefield
six
classifier =
Development Status :: 3 - Alpha
Framework :: Django
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.3
Topic :: System :: Distributed Computing
keywords =
django
asynchronous
tasks
queue
[files]
packages = pq
pq.compat
pq.contrib
pq.management
pq.management.commands
pq.migrations
extra_files =
README.rst
CHANGES.rst
LICENSE.txt
[flake8]
ignore = E128