Skip to content

Commit 2a3ef38

Browse files
authored
chore: add license-files, repository URL, and changelog URL to pyproject.toml (#221)
1 parent 86e98a5 commit 2a3ef38

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

File renamed without changes.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ authors = [{ name = "Max Mehl", email = "max.mehl@deutschebahn.com" }]
1010
requires-python = ">=3.10,<4"
1111
readme = "README.md"
1212
license = "Apache-2.0"
13+
license-files = ["LICENSE", "LICENSES/*"]
1314
keywords = [
1415
"github",
1516
"github-management",
@@ -40,6 +41,7 @@ dependencies = [
4041

4142
[project.urls]
4243
Repository = "https://github.com/OpenRailAssociation/github-org-manager"
44+
Changelog = "https://github.com/OpenRailAssociation/github-org-manager/blob/main/CHANGELOG.md"
4345

4446
[project.scripts]
4547
gh-org-mgr = "gh_org_mgr.manage:main"

0 commit comments

Comments
 (0)