Skip to content

Commit

Permalink
chore: update trove classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
hartungstenio committed Jan 23, 2025
1 parent bb45fee commit 4a95c2e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ authors = [
]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Environment :: Web Environment",
"Framework :: Django",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Framework :: Django :: 5.1",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -24,9 +31,8 @@ classifiers = [
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Framework :: Django :: 5.1",
"Topic :: Internet :: WWW/HTTP",
"Topic :: System :: Monitoring",
]
dependencies = [
"asgiref>=3.3",
Expand Down

0 comments on commit 4a95c2e

Please sign in to comment.