-
Notifications
You must be signed in to change notification settings - Fork 142
Expand file tree
/
Copy pathsetup.cfg
More file actions
49 lines (42 loc) · 1.27 KB
/
setup.cfg
File metadata and controls
49 lines (42 loc) · 1.27 KB
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
49
[metadata]
name = celery-redbeat
description = A Celery Beat Scheduler using Redis for persistent storage
version = 2.4.0
license = Apache License, Version 2.0
author = Marc Sibson
url = https://github.com/sibson/redbeat
long_description = file: README.rst
keywords = python, celery, beat, redis, scheduler
classifiers=
Development Status :: 5 - Production/Stable
License :: OSI Approved :: Apache Software License
Topic :: System :: Distributed Computing
Topic :: Software Development :: Object Brokering
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: Implementation :: CPython
Operating System :: OS Independent
[options]
packages = redbeat
python_requires = >=3.9
install_requires =
redis>=3.2
celery>=5.0
python-dateutil
tenacity
setup_requires =
pbr
[flake8]
max-line-length: 100
black-config = ./pyproject.toml
[bdist_wheel]
universal = 1
[tool:pytest]
# ... if you use pytest ...
[pbr]
version = 2.4.0