Skip to content

Commit

Permalink
Merge pull request #97 from browniebroke/fix-django-classifiers
Browse files Browse the repository at this point in the history
Fix Django classifiers
  • Loading branch information
browniebroke authored Oct 12, 2024
2 parents a14f81d + 59c6330 commit 48b09e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
"Framework :: Django",
"Framework :: Django :: 3",
"Framework :: Django :: 4",
"Framework :: Django :: 5",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Framework :: Django :: 5.1",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
]
Expand Down

0 comments on commit 48b09e5

Please sign in to comment.