-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (28 loc) · 1.08 KB
/
Copy pathpyproject.toml
File metadata and controls
31 lines (28 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
name = "github-management-skill"
version = "0.1.2"
description = "Codex Agent skill for safe GitHub management workflows across PRs, issues, CI, releases, repository hygiene, and security audits."
readme = "README.md"
requires-python = ">=3.10"
license = "Apache-2.0"
authors = [
{ name = "Jiyuan Liu", email = "erie@seu.edu.cn" },
{ name = "He Li" },
]
keywords = ["codex-skill", "agent-skill", "github", "github-management", "gh-cli", "repository-management", "pull-requests", "issue-triage", "github-actions", "security-audit"]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Version Control :: Git",
"Topic :: Software Development :: Quality Assurance",
]
[project.urls]
Homepage = "https://github.com/Eriemon/github-management"
Repository = "https://github.com/Eriemon/github-management"
[tool.setuptools]
py-modules = []