From c2a638f71ce76a1a639e00df61aaf41afbcaa1a1 Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Wed, 15 Jul 2026 19:33:10 +0200 Subject: [PATCH] chore: add license-files, repository URL, and changelog URL to pyproject.toml --- LICENSE.txt => LICENSE | 0 pyproject.toml | 2 ++ 2 files changed, 2 insertions(+) rename LICENSE.txt => LICENSE (100%) diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/pyproject.toml b/pyproject.toml index 2ba7b01..583727a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ authors = [{ name = "Max Mehl", email = "max.mehl@deutschebahn.com" }] requires-python = ">=3.10,<4" readme = "README.md" license = "Apache-2.0" +license-files = ["LICENSE", "LICENSES/*"] keywords = [ "github", "github-management", @@ -40,6 +41,7 @@ dependencies = [ [project.urls] Repository = "https://github.com/OpenRailAssociation/github-org-manager" +Changelog = "https://github.com/OpenRailAssociation/github-org-manager/blob/main/CHANGELOG.md" [project.scripts] gh-org-mgr = "gh_org_mgr.manage:main"