1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-15 16:56:54 +08:00

rewrite deploy with macos

This commit is contained in:
Linlang
2024-12-19 23:23:27 +08:00
parent 0486ab1f99
commit 8581d30736

View File

@@ -18,6 +18,7 @@ classifiers = [
"Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.12",
] ]
name = "pyqlib" name = "pyqlib"
license = {text = "MIT License"}
dynamic = ["version"] dynamic = ["version"]
description = "A Quantitative-research Platform" description = "A Quantitative-research Platform"
requires-python = ">=3.8.0" requires-python = ">=3.8.0"