Skip to content

Commit

Permalink
build: update classifiers to better reflect this package's purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
xenophonf committed Nov 30, 2023
1 parent 27f92b9 commit eb2b9c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ requires-python = ">=3.10"
# cf. https://pypi.org/classifiers/
classifiers = [
"Development Status :: 1 - Planning",
"Environment :: Console",
"Environment :: No Input/Output (Daemon)",
"Intended Audience :: Developers",
"Framework :: Flask",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Topic :: Database :: Front-Ends",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
"Topic :: Games/Entertainment :: Simulation",
"Topic :: Utilities",
]
Expand Down

0 comments on commit eb2b9c2

Please sign in to comment.