Skip to content

Commit acac44c

Browse files
committed
added project metadata to pyproject
1 parent 6316a45 commit acac44c

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

pyproject.toml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,27 @@ authors = [
88
license = {text = "MIT"}
99
readme = "README.md"
1010
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+
]
1132
dependencies = [
1233
"django >= 4.2",
1334
]
@@ -28,6 +49,11 @@ pytest-subtests = "^0.14.1"
2849
pytest-mock = "^3.14.0"
2950
psycopg = {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]
3359
mkdocs = "^1.6.1"

0 commit comments

Comments
 (0)