@@ -4,6 +4,25 @@ version = "0.1.0"
44description = " ServiceNow CMDB integration for SCP unified model"
55readme = " README.md"
66requires-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+
726dependencies = [
827 " pydantic>=2.0" ,
928 " httpx>=0.25" ,
@@ -16,6 +35,12 @@ dependencies = [
1635[project .scripts ]
1736scp-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 ]
2045requires = [" hatchling" ]
2146build-backend = " hatchling.build"
0 commit comments