@@ -8,6 +8,27 @@ authors = [
88license = {text = " MIT" }
99readme = " README.md"
1010requires-python = " >=3.10"
11+ classifiers = [
12+ " Programming Language :: Python" ,
13+ " Environment :: Web Environment" ,
14+ " Development Status :: 4 - Beta" ,
15+ " Topic :: Utilities" ,
16+ " Intended Audience :: Developers" ,
17+ " License :: OSI Approved :: BSD License" ,
18+ " Operating System :: OS Independent" ,
19+ " Topic :: Software Development :: Libraries" ,
20+ " Programming Language :: Python :: 3" ,
21+ " Programming Language :: Python :: 3 :: Only" ,
22+ " Programming Language :: Python :: 3.10" ,
23+ " Programming Language :: Python :: 3.11" ,
24+ " Programming Language :: Python :: 3.12" ,
25+ " Programming Language :: Python :: 3.13" ,
26+ " Framework :: Django :: 4.2" ,
27+ " Framework :: Django :: 5.0" ,
28+ " Framework :: Django :: 5.1" ,
29+ " Framework :: Django :: 5.2" ,
30+ " Framework :: AsyncIO"
31+ ]
1132dependencies = [
1233 " django >= 4.2" ,
1334]
@@ -28,6 +49,11 @@ pytest-subtests = "^0.14.1"
2849pytest-mock = " ^3.14.0"
2950psycopg = {extras = [" binary" , " pool" ], version = " ^3.2.4" }
3051
52+ [tool .poetry .urls ]
53+ Homepage = " https://github.com/amirreza8002/django-async-extensions"
54+ Source = " https://github.com/amirreza8002/django-async-extensions"
55+ Issues = " https://github.com/amirreza8002/django-async-extensions/issues"
56+ Documentation = " https://django-async-extensions.readthedocs.io/en/latest/"
3157
3258[tool .poetry .group .doc .dependencies ]
3359mkdocs = " ^1.6.1"
0 commit comments