@@ -4,7 +4,30 @@ version = "1.0.0"
44description = " Python client for Upstash QStash"
55license = " MIT"
66authors = [" Upstash <support@upstash.com>" , " Meshan Khosla <meshan@upstash.com>" ]
7+ maintainers = [" Upstash <support@upstash.com>" ]
78readme = " README.md"
9+ repository = " https://github.com/upstash/qstash-python"
10+ keywords = [" QStash" , " Upstash QStash" , " Serverless Queue" ]
11+ classifiers = [
12+ " Development Status :: 5 - Production/Stable" ,
13+ " Intended Audience :: Developers" ,
14+ " License :: OSI Approved :: MIT License" ,
15+ " Operating System :: OS Independent" ,
16+ " Programming Language :: Python" ,
17+ " Programming Language :: Python :: 3" ,
18+ " Programming Language :: Python :: 3 :: Only" ,
19+ " Programming Language :: Python :: 3.8" ,
20+ " Programming Language :: Python :: 3.9" ,
21+ " Programming Language :: Python :: 3.10" ,
22+ " Programming Language :: Python :: 3.11" ,
23+ " Programming Language :: Python :: 3.12" ,
24+ " Programming Language :: Python :: Implementation :: CPython" ,
25+ " Topic :: Database" ,
26+ " Topic :: Database :: Front-Ends" ,
27+ " Topic :: Software Development :: Libraries" ,
28+ ]
29+
30+ packages = [{ include = " upstash_qstash" }]
831
932[tool .poetry .dependencies ]
1033python = " ^3.8"
0 commit comments