We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5a590f commit a048f7aCopy full SHA for a048f7a
pyproject.toml
@@ -2,7 +2,9 @@
2
name = "energex"
3
version = "0.2.0"
4
description = "Energy derivatives data collection and analysis system"
5
-authors = [{name = "Marty H, email = "oldhero5@proton.me"}]
+authors = [
6
+ {name = "Marty H", email = "oldhero5@proton.me"}
7
+]
8
readme = "README.md"
9
requires-python = ">=3.10"
10
license = {text = "MIT"}
@@ -11,7 +13,7 @@ classifiers = [
11
13
"Intended Audience :: Financial and Insurance Industry",
12
14
"License :: OSI Approved :: MIT License",
15
"Programming Language :: Python :: 3.10",
- "Topic :: Office/Business :: Financial :: Investment",
16
+ "Topic :: Office/Business :: Financial :: Investment"
17
]
18
dependencies = [
19
"polars>=0.20.0",
0 commit comments