Skip to content

Commit 5464ab4

Browse files
committed
add meta information for python package
1 parent a25aaa8 commit 5464ab4

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

pyproject.toml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,19 @@ version = "0.2.0"
88
description = "Manage a GitHub Organization, its teams, repository permissions, and more"
99
authors = ["Max Mehl <max.mehl@deutschebahn.com>"]
1010
readme = "README.md"
11-
packages = [{include = "gh_org_mgr"}]
11+
license = "Apache-2.0"
12+
repository = "https://github.com/OpenRailAssociation/openrail-org-config"
13+
keywords = ["github", "github-management", "permissions", "access-control"]
14+
classifiers = [
15+
"Development Status :: 5 - Production/Stable",
16+
"Environment :: Console",
17+
"Topic :: Software Development :: Version Control :: Git",
18+
"Topic :: Utilities",
19+
"Intended Audience :: Developers",
20+
"Intended Audience :: System Administrators",
21+
"License :: OSI Approved :: Apache Software License",
22+
]
23+
packages = [{ include = "gh_org_mgr" }]
1224

1325
[tool.poetry.scripts]
1426
gh-org-mgr = 'gh_org_mgr.manage:main'

0 commit comments

Comments
 (0)