Skip to content

Commit

Permalink
Add Trove classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicWink committed Oct 30, 2024
1 parent 3e267c4 commit f406a43
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ name = "swf-typed"
authors = [
{ name = "Laurie", email = "[email protected]" },
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Software Development",
"Typing :: Typed",
]
dependencies = [
"boto3 ~= 1.18",
]
Expand Down

0 comments on commit f406a43

Please sign in to comment.