Skip to content

Commit

Permalink
Added classifiers to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
iluvcapra committed Jun 21, 2023
1 parent a5cd85f commit 5bcd52c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ readme = "README.md"
dynamic = ["version", "description"]
requires-python = "~=3.8"
classifiers = [
"Private :: Do Not Upload"
"Development Status :: 4 - Beta",
"Environment :: Other Environment",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.8",
"Topic :: Multimedia :: Sound/Audio :: Editors",
"Private :: Do Not Upload"
]
dependencies = [
'grpcio >= 1.51.1',
Expand Down

0 comments on commit 5bcd52c

Please sign in to comment.