@@ -8,11 +8,28 @@ dynamic = ["version"]
88description = " A blazingly fast, lightweight 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" ]
1112license = " Apache-2.0"
1213license-files = [" LICENSE" ]
1314authors = [
1415 {name = " Giorgi Merebashvili" , email = " mereba2627@gmail.com" }
1516]
17+ classifiers = [
18+ " Development Status :: 4 - Beta" ,
19+ " Intended Audience :: Developers" ,
20+ " License :: OSI Approved :: Apache License 2.0" ,
21+ " Programming Language :: Python" ,
22+ " Programming Language :: Python :: 3" ,
23+ " Programming Language :: Python :: 3 :: Only" ,
24+ " Programming Language :: Python :: 3.11" ,
25+ " Programming Language :: Python :: 3.12" ,
26+ " Programming Language :: Python :: 3.13" ,
27+ " Programming Language :: Python :: 3.14" ,
28+ " Programming Language :: Rust" ,
29+ " Operating System :: POSIX :: Linux" ,
30+ " Topic :: Software Development :: Libraries" ,
31+ " Topic :: System :: Distributed Computing" ,
32+ ]
1633
1734[project .urls ]
1835Repository = " https://github.com/CCXLV/fluxqueue"
0 commit comments