From 475c2458ba92726a21fad0a3388c69d5754d3933 Mon Sep 17 00:00:00 2001 From: blancadesal Date: Sun, 11 Feb 2024 12:42:38 +0100 Subject: [PATCH] use correct license notation + fix typo --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 492398d..66a121a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [tool.poetry] name = "mwsql" version = "1.0.0" -description = "mwsql is a set of utilities for processing\" MediaWiki SQL dump data" +description = "mwsql is a set of utilities for processing MediaWiki SQL dump data" authors = ["Slavina Stefanova "] -license = "GPLv3" +license = "GPL-3.0-or-later" readme = "README.rst" [tool.poetry.dependencies]