@@ -8,6 +8,33 @@ version = "1.0.0"
88description = " COMcheck Web API Python Client"
99readme = " README.md"
1010requires-python = " >=3.12"
11+ license = " BSD-3-Clause"
12+ license-files = [" LICENSE" ]
13+ authors = [
14+ { name = " Yanyan Zhu" , email = " yanyan.zhu@pnnl.gov" },
15+ ]
16+ maintainers = [
17+ { name = " Yanyan Zhu" , email = " yanyan.zhu@pnnl.gov" },
18+ { name = " Weili Xu" , email = " weili.xu@pnnl.gov" },
19+ ]
20+ keywords = [
21+ " comcheck" ,
22+ " compliance" ,
23+ " simulation" ,
24+ " building" ,
25+ " ashrae 90.1" ,
26+ " IECC" ,
27+ ]
28+ classifiers = [
29+ " Development Status :: 5 - Production/Stable" ,
30+ " Intended Audience :: Developers" ,
31+ " Operating System :: OS Independent" ,
32+ " Programming Language :: Python :: 3" ,
33+ " Programming Language :: Python :: 3.12" ,
34+ " Programming Language :: Python :: 3.13" ,
35+ " Topic :: Scientific/Engineering" ,
36+ " Typing :: Typed" ,
37+ ]
1138dependencies = [
1239 " httpx>=0.27.0" ,
1340 " jsonschema>=4.23.0" ,
@@ -16,6 +43,11 @@ dependencies = [
1643 " types-jsonschema>=4.23.0" ,
1744]
1845
46+ [project .urls ]
47+ Homepage = " https://pnnl.github.io/comcheckweb-api-python/"
48+ Documentation = " https://pnnl.github.io/comcheckweb-api-python/"
49+ Repository = " https://github.com/pnnl/comcheckweb-api-python"
50+
1951[project .scripts ]
2052comcheck-api = " comcheck_api.cli:main"
2153
0 commit comments