From b3f6204808e36288c4b9a887ebb08c2e899a98cb Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 7 Jul 2020 15:56:31 +0200 Subject: [PATCH] Small case it [ci skip] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4fb745a..1dd99cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,8 +6,8 @@ build-backend = "poetry.masonry.api" name = "hypercore-crypto" version = "0.0.1a4" description = "Cryptography primitives for Hypercore" -authors = ["Decentral1se "] -maintainers = ["Decentral1se "] +authors = ["decentral1se "] +maintainers = ["decentral1se "] license = "GPLv3" readme = "README.md" repository = "https://github.com/hyperpy/hypercore-crypto"