setup.cfg (829B)
1 [metadata] 2 name = chaind 3 version = 0.4.0 4 description = Base package for chain queue service 5 author = Louis Holbrook 6 author_email = dev@holbrook.no 7 url = https://git.defalsify.org/chaind 8 keywords = 9 blockchain 10 cryptocurrency 11 dlt 12 classifiers = 13 Programming Language :: Python :: 3 14 Operating System :: OS Independent 15 Development Status :: 3 - Alpha 16 Environment :: Console 17 Intended Audience :: Developers 18 License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) 19 Topic :: Internet 20 # Topic :: Blockchain :: EVM 21 license = AGPLv3+ 22 licence_files = 23 LICENSE 24 25 [options] 26 python_requires = >= 3.8 27 include_package_data = True 28 packages = 29 chaind 30 # chaind.runnable 31 chaind.adapters 32 chaind.unittest 33 chaind.data 34 chaind.cli 35 36 #[options.entry_points] 37 #console_scripts = 38 # chaind-list = chaind.runnable.list:main