setup.cfg (657B)
1 [metadata] 2 name=chainlib 3 license=AGPLv3+ 4 author_email=dev@holbrook.no 5 description=Generic blockchain access library and tooling 6 version=0.5.4 7 url=https://git.defalsify.org/chainlib 8 author=Louis Holbrook 9 10 keywords = 11 dlt 12 blockchain 13 cryptocurrency 14 classifiers = 15 Programming Language :: Python :: 3 16 Operating System :: OS Independent 17 Development Status :: 3 - Alpha 18 Topic :: Software Development :: Libraries 19 Environment :: Console 20 Intended Audience :: Developers 21 License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) 22 Topic :: Internet 23 24 [options.entry_points] 25 console_scripts = 26 chainlib-gen = chainlib.runnable.gen:main