@@ -4,13 +4,25 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " t3co"
7- version = " 1.0.3 "
7+ version = " 1.0.5 "
88dynamic = [" dependencies" ]
9+ description = """
10+ NREL's Transportation Technology Total Cost of Ownership tool
11+ """
912readme = " README.md"
10-
11- [tool .hatch .metadata .hooks .requirements_txt ]
12- files = [" requirements.txt" ]
13-
13+ license = {file = " LICENSE" }
14+ classifiers = [
15+ " Development Status :: 5 - Production/Stable" ,
16+ " Intended Audience :: Developers" ,
17+ " Intended Audience :: Science/Research" ,
18+ " Intended Audience :: Education" ,
19+ " Topic :: Scientific/Engineering" ,
20+ " License :: OSI Approved :: BSD License" ,
21+ " Programming Language :: Python :: 3 :: Only" ,
22+ " Programming Language :: Python :: 3.8" ,
23+ " Programming Language :: Python :: 3.9" ,
24+ " Programming Language :: Python :: 3.10" ,
25+ ]
1426requires-python = " >=3.8"
1527authors = [
1628 {name = " Harish Panneer Selvam" , email = " Harish.PanneerSelvam@nrel.gov" },
@@ -20,13 +32,10 @@ authors = [
2032maintainers = [
2133 {name = " NREL-AVCI" , email = " t3co@nrel.gov" }
2234]
23- description = " Transportation Technology Total Cost of Ownership"
24- readme = " README.md"
25- license = {file = " LICENSE" }
2635keywords = [" tco" , " vehicle-cost" , " totl-cost" , " vehicle-simulation" , " total-cost-of-ownership" ]
27- classifiers = [
28- " Programming Language :: Python "
29- ]
36+
37+ [ tool . hatch . metadata . hooks . requirements_txt ]
38+ files = [ " requirements.txt " ]
3039
3140[project .urls ]
3241Homepage = " https://www.nrel.gov/transportation/t3co.html"
0 commit comments