From 8c1343fa433c3db19e9aae8899b5152a648a5a00 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Fri, 30 Oct 2020 21:27:37 +0100 Subject: [PATCH] Bump version and set license classifier correctly --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 257540d..af50c83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [tool.poetry] name = "calendarweek" -version = "0.4.6.post1" +version = "0.4.6.post2" description = "Utilities for working with calendar weeks in Python and Django" authors = ["Dominik George <nik@naturalnet.de>", "Jonathan Weth <git@jonathanweth.de>"] -license = "MIT" +license = "Apache-2.0" homepage = "https://edugit.org/AlekSIS/libs/python-calendarweek" repository = "https://edugit.org/AlekSIS/libs/python-calendarweek" documentation = "https://edugit.org/AlekSIS/libs/python-calendarweek" @@ -11,7 +11,7 @@ classifiers = [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", + "License :: OSI Approved :: Apache Software License", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Localization", "Typing :: Typed" -- GitLab