@@ -8,26 +8,33 @@ dynamic = ["version"]
88description = " A lightweight, resource-efficient, high-throughput task queue for Python, written in Rust."
99readme = " README.md"
1010requires-python = " >=3.11,<3.15"
11- keywords = [" task-queue" , " queue" , " redis" , " async" , " background-tasks" , " worker" , " rust" , " fluxqueue" ]
11+ keywords = [
12+ " task-queue" ,
13+ " queue" ,
14+ " redis" ,
15+ " async" ,
16+ " background-tasks" ,
17+ " worker" ,
18+ " rust" ,
19+ " fluxqueue" ,
20+ ]
1221license = " Apache-2.0"
1322license-files = [" LICENSE" ]
14- authors = [
15- {name = " Giorgi Merebashvili" , email = " mereba2627@gmail.com" }
16- ]
23+ authors = [{ name = " Giorgi Merebashvili" , email = " mereba2627@gmail.com" }]
1724classifiers = [
18- " Development Status :: 5 - Production/Stable" ,
19- " Intended Audience :: Developers" ,
20- " Programming Language :: Python" ,
21- " Programming Language :: Python :: 3" ,
22- " Programming Language :: Python :: 3 :: Only" ,
23- " Programming Language :: Python :: 3.11" ,
24- " Programming Language :: Python :: 3.12" ,
25- " Programming Language :: Python :: 3.13" ,
26- " Programming Language :: Python :: 3.14" ,
27- " Programming Language :: Rust" ,
28- " Operating System :: OS Independent" ,
29- " Topic :: Software Development :: Libraries" ,
30- " Topic :: System :: Distributed Computing" ,
25+ " Development Status :: 5 - Production/Stable" ,
26+ " Intended Audience :: Developers" ,
27+ " Programming Language :: Python" ,
28+ " Programming Language :: Python :: 3" ,
29+ " Programming Language :: Python :: 3 :: Only" ,
30+ " Programming Language :: Python :: 3.11" ,
31+ " Programming Language :: Python :: 3.12" ,
32+ " Programming Language :: Python :: 3.13" ,
33+ " Programming Language :: Python :: 3.14" ,
34+ " Programming Language :: Rust" ,
35+ " Operating System :: OS Independent" ,
36+ " Topic :: Software Development :: Libraries" ,
37+ " Topic :: System :: Distributed Computing" ,
3138]
3239
3340[project .urls ]
@@ -39,19 +46,9 @@ Changelog = "https://github.com/CCXLV/fluxqueue/releases"
3946
4047[project .optional-dependencies ]
4148dev = [" ruff" ]
42- tests = [
43- " pytest-asyncio" ,
44- " python-dotenv" ,
45- " redis"
46- ]
47- cli = [
48- " fluxqueue-cli>=0.1.0b4"
49- ]
50- docs = [
51- " mkdocs-material" ,
52- " mkdocstrings" ,
53- " mkdocstrings-python" ,
54- ]
49+ tests = [" pytest-asyncio" , " python-dotenv" , " redis" ]
50+ cli = [" fluxqueue-cli>=0.1.0b4" ]
51+ docs = [" mkdocs-material" , " mkdocstrings" , " mkdocstrings-python" ]
5552build = [" maturin" ]
5653
5754[tool .maturin ]
0 commit comments