From 06df766f9fed977115c4e89f8fb04035b74146e2 Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Fri, 8 Apr 2022 00:13:06 -0700 Subject: [PATCH] Remove license metadata (troves are fine) oops: https://cybre.space/@cinebox/108095181597001366 --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e896d5e..f00f1da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,6 @@ build-backend = "setuptools.build_meta" name = "yaclog" description = "Yet another changelog CLI tool." readme = "README.md" -license = { file = "LICENSE.md" } authors = [{ name = "Andrew Cassidy", email = "drewcassidy@me.com" }] keywords = ["changelog", "commandline", "markdown"] classifiers = [