Skip to content

Commit

Permalink
chore(setup.py): Update classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek authored Jun 25, 2024
1 parent 60038f7 commit 0753acb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,16 @@
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",
"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 :: Software Development",
],
extras_require={
Expand Down

0 comments on commit 0753acb

Please sign in to comment.