forked from pengutronix/aiohttp-json-rpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
26 lines (25 loc) · 872 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[metadata]
description = Implementation JSON-RPC 2.0 server and client using aiohttp on top of websockets transport
long_description = file: README.rst
license_file = LICENSE.txt
keywords =
aiohttp
asyncio
websockets
json-rpc
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Internet :: WWW/HTTP
[aliases]
release = dists upload
dists = clean --all sdist bdist_wheel