From 716c1351ab51645d067335d2291346386d82cc9c Mon Sep 17 00:00:00 2001 From: wim glenn Date: Mon, 17 Oct 2022 23:46:30 -0500 Subject: [PATCH] fix license metadata --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f45977..7cd22cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "pytest_freezer" authors = [{name = "Wim Glenn", email = "hey@wimglenn.com"}] -license = {file = "LICENSE"} +license = "MIT" classifiers = [ "License :: OSI Approved :: MIT License", "Framework :: Pytest",