From d8f4458239f62a89a99835e443c66f4318813e16 Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Fri, 28 Aug 2020 18:16:31 +1000 Subject: [PATCH] update poetry toml with correct license and new version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e1bd60d..2845ffa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [tool.poetry] name = "ephemetoot" -version = "2.6.2" +version = "3.0.0-alpha.0" description = "A command line tool to delete your old toots" authors = ["Hugh Rundle "] -license = "OSI Approved :: GNU General Public License v3 or later (GPLv3+)" +license = "GPL-3.0-or-later" readme = "pypi-readme.md" homepage = "https://ephemetoot.hugh.run" repository = "https://github.com/hughrun/ephemetoot"