From d5b965b2165a69d30967e070aa81a23778b2d8ba Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 1 Jan 2022 22:43:55 +0100 Subject: [PATCH] Update license classifiers & bump version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 662c582..4419a2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,14 +1,14 @@ [tool.poetry] name = "cleantoots" -version = "0.6.0" +version = "0.7.0" description = "Cleanup your toot history." -license = "GPL-3.0-or-later" authors = ["Gabriel Augendre "] readme = "README.md" homepage = "https://git.augendre.info/gaugendre/cleantoots" repository = "https://git.augendre.info/gaugendre/cleantoots" keywords = ["mastodon", "toot"] classifiers = [ + "License :: OSI Approved :: The Unlicense (Unlicense)", "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: End Users/Desktop",