Skip to content

Commit a048f7a

Browse files
author
oldhero5
committed
fix: update pyproject.toml formatting
1 parent a5a590f commit a048f7a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
name = "energex"
33
version = "0.2.0"
44
description = "Energy derivatives data collection and analysis system"
5-
authors = [{name = "Marty H, email = "oldhero5@proton.me"}]
5+
authors = [
6+
{name = "Marty H", email = "oldhero5@proton.me"}
7+
]
68
readme = "README.md"
79
requires-python = ">=3.10"
810
license = {text = "MIT"}
@@ -11,7 +13,7 @@ classifiers = [
1113
"Intended Audience :: Financial and Insurance Industry",
1214
"License :: OSI Approved :: MIT License",
1315
"Programming Language :: Python :: 3.10",
14-
"Topic :: Office/Business :: Financial :: Investment",
16+
"Topic :: Office/Business :: Financial :: Investment"
1517
]
1618
dependencies = [
1719
"polars>=0.20.0",

0 commit comments

Comments
 (0)