From 050a4682186df5915d297b8bb431790747dacf9e Mon Sep 17 00:00:00 2001 From: adriamontoto <75563346+adriamontoto@users.noreply.github.com> Date: Sun, 29 Dec 2024 19:12:37 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20update=20license=20refe?= =?UTF-8?q?rence=20in=20pyproject.toml=20to=20point=20to=20LICENSE.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 972648e..85ca558 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ name = 'object-mother-pattern' description = 'The Object Mother Pattern is a Python package that simplifies and standardizes the creation of test objects.' readme = './README.md' authors = [{ name = 'Adria Montoto' }] -license = 'MIT' +license = './LICENSE.md' classifiers = [ 'License :: OSI Approved :: MIT License', 'Intended Audience :: Developers',