summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 13d6b312c0fa56aa5dbda89e75d645b6d539a17d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[metadata]
name = jsonrpclib
version = 0.2.1
author = Josh Marshall
author_email = catchjosh@gmail.com
url = https://github.com/joshmarshall/jsonrpclib
long_description = file: README.md
long_description_content_type = text/markdown
description = Implementation of the JSON-RPC v2.0 specification (backwards-compatible) as a client library.

[options]
packages = jsonrpclib
python_requires = >=3.5