Skip to content
Snippets Groups Projects
Verified Commit 8c1343fa authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Bump version and set license classifier correctly

parent ef624eb1
No related branches found
No related tags found
No related merge requests found
[tool.poetry] [tool.poetry]
name = "calendarweek" name = "calendarweek"
version = "0.4.6.post1" version = "0.4.6.post2"
description = "Utilities for working with calendar weeks in Python and Django" description = "Utilities for working with calendar weeks in Python and Django"
authors = ["Dominik George <nik@naturalnet.de>", "Jonathan Weth <git@jonathanweth.de>"] 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" homepage = "https://edugit.org/AlekSIS/libs/python-calendarweek"
repository = "https://edugit.org/AlekSIS/libs/python-calendarweek" repository = "https://edugit.org/AlekSIS/libs/python-calendarweek"
documentation = "https://edugit.org/AlekSIS/libs/python-calendarweek" documentation = "https://edugit.org/AlekSIS/libs/python-calendarweek"
...@@ -11,7 +11,7 @@ classifiers = [ ...@@ -11,7 +11,7 @@ classifiers = [
"Development Status :: 4 - Beta", "Development Status :: 4 - Beta",
"Framework :: Django", "Framework :: Django",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: Apache Software License",
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Localization", "Topic :: Software Development :: Localization",
"Typing :: Typed" "Typing :: Typed"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment