Skip to content

Commit

Permalink
Improve classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoucheiron committed Feb 16, 2024
1 parent ba8548f commit 58d99b1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,18 @@ keywords = [
]

classifiers = [
"Framework :: Django",
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Security"
]

dependencies = [
Expand Down

0 comments on commit 58d99b1

Please sign in to comment.