We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e267c4 commit f406a43Copy full SHA for f406a43
pyproject.toml
@@ -11,6 +11,16 @@ name = "swf-typed"
11
authors = [
12
{ name = "Laurie", email = "laurie_opperman@hotmail.com" },
13
]
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
+]
24
dependencies = [
25
"boto3 ~= 1.18",
26
0 commit comments