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 b4cc82f commit c3ded00Copy full SHA for c3ded00
pyproject.toml
@@ -12,8 +12,14 @@ authors = [
12
{ name = "Aleph.im Team", email = "[email protected]" },
13
]
14
classifiers = [
15
- "Development Status :: 4 - Beta",
16
"Programming Language :: Python :: 3",
+ "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",
23
24
dependencies = [
25
"aiohttp>=3.8.3",
0 commit comments