Skip to content

Commit

Permalink
Update classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Sep 14, 2023
1 parent 70be4e0 commit 3f5d155
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,16 @@ maintainers = [
]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python"
"Programming Language :: Python",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3 :: Only",
]
dependencies = [
"click",
Expand Down

0 comments on commit 3f5d155

Please sign in to comment.