Skip to content

Commit 1192efa

Browse files
authored
pyproject metadata (#8)
* pyproject metadata
1 parent 70de31e commit 1192efa

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

packages/constructor/pyproject.toml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ version = "0.3.0"
44
description = "Build architecture models from scp.yaml files"
55
readme = "README.md"
66
requires-python = ">=3.12"
7+
license = {text = "MIT"}
8+
authors = [
9+
{name = "Kracken Services", email = "scp@krackenservices.com"}
10+
]
11+
keywords = ["scp", "architecture", "dependency-graph", "neo4j", "cli"]
12+
classifiers = [
13+
"Development Status :: 4 - Beta",
14+
"Intended Audience :: Developers",
15+
"License :: OSI Approved :: MIT License",
16+
"Operating System :: OS Independent",
17+
"Programming Language :: Python :: 3",
18+
"Programming Language :: Python :: 3.12",
19+
"Programming Language :: Python :: 3.13",
20+
"Environment :: Console",
21+
"Topic :: Software Development :: Libraries :: Python Modules",
22+
"Typing :: Typed",
23+
]
24+
725
dependencies = [
826
"scp-sdk>=0.2.0",
927
"typer>=0.9",
@@ -15,6 +33,12 @@ dependencies = [
1533
[project.scripts]
1634
scp-cli = "scp_constructor.cli:app"
1735

36+
[project.urls]
37+
Homepage = "https://github.com/krackenservices/scp-integrations"
38+
Documentation = "https://systemcapabilityprotocol.com/"
39+
Repository = "https://github.com/krackenservices/scp-integrations.git"
40+
Issues = "https://github.com/krackenservices/scp-integrations/issues"
41+
1842
[build-system]
1943
requires = ["hatchling"]
2044
build-backend = "hatchling.build"

packages/vendor/servicenow/pyproject.toml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ version = "0.1.0"
44
description = "ServiceNow CMDB integration for SCP unified model"
55
readme = "README.md"
66
requires-python = ">=3.12"
7+
license = {text = "MIT"}
8+
authors = [
9+
{name = "Kracken Services", email = "scp@krackenservices.com"}
10+
]
11+
keywords = ["scp", "servicenow", "cmdb", "integration", "itsm"]
12+
classifiers = [
13+
"Development Status :: 4 - Beta",
14+
"Intended Audience :: Developers",
15+
"Intended Audience :: System Administrators",
16+
"License :: OSI Approved :: MIT License",
17+
"Operating System :: OS Independent",
18+
"Programming Language :: Python :: 3",
19+
"Programming Language :: Python :: 3.12",
20+
"Programming Language :: Python :: 3.13",
21+
"Environment :: Console",
22+
"Topic :: System :: Systems Administration",
23+
"Typing :: Typed",
24+
]
25+
726
dependencies = [
827
"pydantic>=2.0",
928
"httpx>=0.25",
@@ -16,6 +35,12 @@ dependencies = [
1635
[project.scripts]
1736
scp-servicenow = "scp_servicenow.cli:app"
1837

38+
[project.urls]
39+
Homepage = "https://github.com/krackenservices/scp-integrations"
40+
Documentation = "https://systemcapabilityprotocol.com/"
41+
Repository = "https://github.com/krackenservices/scp-integrations.git"
42+
Issues = "https://github.com/krackenservices/scp-integrations/issues"
43+
1944
[build-system]
2045
requires = ["hatchling"]
2146
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)