Skip to content

Commit c3df642

Browse files
Add more info to pyproject.toml
1 parent e4f3732 commit c3df642

1 file changed

Lines changed: 20 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,25 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "t3co"
7-
version = "1.0.3"
7+
version = "1.0.5"
88
dynamic = ["dependencies"]
9+
description = """
10+
NREL's Transportation Technology Total Cost of Ownership tool
11+
"""
912
readme = "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+
]
1426
requires-python = ">=3.8"
1527
authors = [
1628
{name = "Harish Panneer Selvam", email = "Harish.PanneerSelvam@nrel.gov"},
@@ -20,13 +32,10 @@ authors = [
2032
maintainers = [
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"}
2635
keywords = ["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]
3241
Homepage = "https://www.nrel.gov/transportation/t3co.html"

0 commit comments

Comments
 (0)