Skip to content

Commit c3ded00

Browse files
committed
Add classifiers
1 parent b4cc82f commit c3ded00

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,14 @@ authors = [
1212
{ name = "Aleph.im Team", email = "[email protected]" },
1313
]
1414
classifiers = [
15-
"Development Status :: 4 - Beta",
1615
"Programming Language :: Python :: 3",
16+
"Development Status :: 4 - Beta",
17+
"Framework :: aiohttp",
18+
"Intended Audience :: Developers",
19+
"License :: OSI Approved :: MIT License",
20+
"Operating System :: POSIX :: Linux",
21+
"Operating System :: MacOS :: MacOS X",
22+
"Topic :: Software Development :: Libraries",
1723
]
1824
dependencies = [
1925
"aiohttp>=3.8.3",

0 commit comments

Comments
 (0)