-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from OpenRailAssociation/pypi-info
Add meta information for python package
- Loading branch information
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|