setup.cfg (612B)
1 [metadata] 2 name = jsonrpc_std 3 version = 0.1.0 4 description = Pure python standard library JSONRPC data interface 5 author = Louis Holbrook 6 author_email = dev@holbrook.no 7 url = https://gitlab.com/nolash/jsonrpc_base 8 keywords = 9 jsonrpc 10 rpc 11 classifiers = 12 Programming Language :: Python :: 3 13 Operating System :: OS Independent 14 Development Status :: 3 - Alpha 15 Intended Audience :: Developers 16 License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) 17 Topic :: Software Development :: Libraries 18 license = WTFPL 19 licence_files = 20 LICENSE 21 22 [options] 23 python_requires = >= 3.6 24 packages = 25 jsonrpc_std