# HG changeset patch # User Laman # Date 2022-03-04 17:53:30 # Node ID 71dc8aa05a9da3cf0263a9a73ef4f12f4fc6bf11 # Parent 30c60d9d2e943f534c672b3776b02717ebb2c4ac updated setup.cfg diff --git a/setup.cfg b/setup.cfg --- a/setup.cfg +++ b/setup.cfg @@ -1,10 +1,19 @@ [metadata] -name = Shamira +name = shamira version = attr: shamira.version.__version__ author = Tadeáš Berkman url = https://repo.19x19.cz/Shamira project_urls = Issue Tracker = https://trac.19x19.cz/shamira/report +license = GPLv3 +description = Shamir's secret sharing implementation. Splitting and joining secrets. + +classifiers = + Topic :: Security :: Cryptography + License :: OSI Approved :: GNU General Public License v3 (GPLv3) + +long_description = file: README.md +long_description_content_type = text/markdown [options] packages =