From c06fde788d71494cb849577d66e2381758c1b792 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 7 Jul 2020 15:56:01 +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 cfd244a..50a2698 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,8 +6,8 @@ build-backend = "poetry.masonry.api" name = "flat-tree" version = "0.0.1a8" description = "Utilities for navigating flat trees" -authors = ["Decentral1se "] -maintainers = ["Decentral1se "] +authors = ["decentral1se "] +maintainers = ["decentral1se "] license = "GPLv3" readme = "README.md" repository = "https://github.com/hyperpy/flat-tree"