Skip to content

Commit

Permalink
Merge pull request #16 from OpenRailAssociation/pypi-info
Browse files Browse the repository at this point in the history
Add meta information for python package
  • Loading branch information
mxmehl authored May 2, 2024
2 parents a25aaa8 + 5464ab4 commit c520c0a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,19 @@ version = "0.2.0"
description = "Manage a GitHub Organization, its teams, repository permissions, and more"
authors = ["Max Mehl <[email protected]>"]
readme = "README.md"
packages = [{include = "gh_org_mgr"}]
license = "Apache-2.0"
repository = "https://github.com/OpenRailAssociation/openrail-org-config"
keywords = ["github", "github-management", "permissions", "access-control"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Topic :: Software Development :: Version Control :: Git",
"Topic :: Utilities",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: Apache Software License",
]
packages = [{ include = "gh_org_mgr" }]

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

0 comments on commit c520c0a

Please sign in to comment.