From 6a66f11db401a8c9ce057271079fb96003127d24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlson=20B=C3=BCth?= Date: Fri, 20 Mar 2026 16:54:49 +0100 Subject: [PATCH] chore: update for PEP 621 --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dcb9e21..4997385 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ { name = "Michael Szell" }, ] maintainers = [{ name = "Carlson Büth", email = "carlson@cbueth.de" }] -license = { text = "APGL-3.0-or-later" } +license = "AGPL-3.0-or-later" readme = "README.md" description = "Automated Generation, Visualization, and Analysis of potential Superblocks in Cities" keywords = ["Low Traffic Neighborhoods", "GIS", "Networks", "OpenStreetMap", "Urban Planning", "Urban Mobility", "Urban Data"] @@ -18,7 +18,6 @@ classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Science/Research", - "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only",