Skip to content

Commit

Permalink
Update PyPI classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny2github committed Dec 20, 2022
1 parent 831908a commit 1fe6c25
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["multivector", "geometric", "algebra"]
license = {file = "LICENSE"}
authors = [{name = "Ken Hilton"}]
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"License :: OSI Approved :: Apache Software License",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
Expand All @@ -20,6 +20,10 @@ classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"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",
"Typing :: Typed"
]
dependencies = []
Expand Down

0 comments on commit 1fe6c25

Please sign in to comment.