Skip to content

Commit f406a43

Browse files
committed
Add Trove classifiers
1 parent 3e267c4 commit f406a43

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ name = "swf-typed"
1111
authors = [
1212
{ name = "Laurie", email = "laurie_opperman@hotmail.com" },
1313
]
14+
classifiers = [
15+
"Development Status :: 5 - Production/Stable",
16+
"Intended Audience :: Developers",
17+
"License :: OSI Approved :: MIT License",
18+
"Natural Language :: English",
19+
"Operating System :: OS Independent",
20+
"Programming Language :: Python :: 3 :: Only",
21+
"Topic :: Software Development",
22+
"Typing :: Typed",
23+
]
1424
dependencies = [
1525
"boto3 ~= 1.18",
1626
]

0 commit comments

Comments
 (0)