setup.cfg (587B)
1 [metadata] 2 name = pylibrlp 3 version = 0.0.01a1 4 description = Python wrapper for librlp 5 author = Louis Holbrook 6 author_email = dev@holbrook.no 7 url = https://gitlab.com/nolash/rlpstream 8 9 classifiers = 10 Programming Language :: Python :: 3 11 Operating System :: OS Independent 12 Development Status :: 3 - Alpha 13 Environment :: Console 14 Intended Audience :: Developers 15 License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) 16 Topic :: Internet 17 # Topic :: Blockchain :: EVM 18 license = GPL3 19 licence_files = 20 LICENSE.txt 21 22 [options] 23 python_requires = >= 3.8 24 25 packages = 26 pylibrlp