From f7a36c1913a6b1ed93a334fd2be3375b71ff5ad5 Mon Sep 17 00:00:00 2001 From: Kevin Tindall Date: Sun, 6 Feb 2022 09:03:04 -0600 Subject: [PATCH] Remove metadata from automatic versions --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 39c0e86..900d5b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,6 @@ testpaths = ["mcstatus/tests"] [tool.poetry-dynamic-versioning] bump = true enable = true -metadata = true style = "pep440" [tool.black]