setup.cfg (634B)
1 [metadata] 2 name = taint 3 version = 0.0.2a1 4 description = Cryptocurrency forensics for private use 5 author = Louis Holbrook 6 author_email = dev@holbrook.no 7 url = https://gitlab.com/nolash/taint 8 keywords = 9 dlt 10 blockchain 11 cryptocurrency 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 General Public License v3 or later (GPLv3+) 19 Topic :: Internet 20 # Topic :: Blockchain :: EVM 21 license = GPL3 22 licence_files = 23 LICENSE.txt 24 25 [options] 26 python_requires = >= 3.6 27 packages = 28 taint