We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f900e47 commit 465cc2cCopy full SHA for 465cc2c
1 file changed
pyproject.toml
@@ -19,6 +19,23 @@ keywords = [
19
"digest",
20
"multi-channel",
21
]
22
+classifiers = [
23
+ "License :: OSI Approved :: MIT License",
24
+ "Development Status :: 5 - Production/Stable",
25
+ "Framework :: Django",
26
+ "Framework :: Django :: 4.2",
27
+ "Framework :: Django :: 5.0",
28
+ "Framework :: Django :: 5.1",
29
+ "Framework :: Django :: 5.2",
30
+ "Framework :: Django :: 6.0",
31
+ "Programming Language :: Python",
32
+ "Programming Language :: Python :: 3.10",
33
+ "Programming Language :: Python :: 3.11",
34
+ "Programming Language :: Python :: 3.12",
35
+ "Programming Language :: Python :: 3.13",
36
+ "Programming Language :: Python :: 3.14",
37
+ "Programming Language :: Python :: 3.15",
38
+]
39
40
[dependency-groups]
41
dev = [
0 commit comments