@@ -8,6 +8,27 @@ authors = [
8
8
license = {text = " MIT" }
9
9
readme = " README.md"
10
10
requires-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
+ ]
11
32
dependencies = [
12
33
" django >= 4.2" ,
13
34
]
@@ -28,6 +49,11 @@ pytest-subtests = "^0.14.1"
28
49
pytest-mock = " ^3.14.0"
29
50
psycopg = {extras = [" binary" , " pool" ], version = " ^3.2.4" }
30
51
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/"
31
57
32
58
[tool .poetry .group .doc .dependencies ]
33
59
mkdocs = " ^1.6.1"
0 commit comments