From 49226de42d5097ef55ba717021d26de83ec022be Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 15 Nov 2020 16:19:19 +0100 Subject: [PATCH] Update license flag in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b886279..b80a37c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "pcloud_download" version = "0.1.0" description = "" authors = ["Gabriel Augendre "] -license = "GPL v3" +license = "GPL-3.0-or-later" [tool.poetry.dependencies] python = "^3.8"