setup.cfg (650B)
1 [metadata] 2 name = shep 3 version = 0.3.6 4 description = Multi-state key stores using bit masks 5 author = Louis Holbrook 6 author_email = dev@holbrook.no 7 url = https://git.defalsify.org/python-shep 8 keywords = 9 dict 10 queue 11 classifiers = 12 Programming Language :: Python :: 3 13 Operating System :: OS Independent 14 Development Status :: 4 - Beta 15 Topic :: Software Development :: Libraries 16 Intended Audience :: Developers 17 License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) 18 # Topic :: Blockchain :: EVM 19 license = GPL3 20 licence_files = 21 LICENSE 22 23 [options] 24 include_package_data = True 25 python_requires = >= 3.7 26 packages = 27 shep 28 shep.store