From 8581d30736d7f61070afbe8396d545b19062a537 Mon Sep 17 00:00:00 2001 From: Linlang Date: Thu, 19 Dec 2024 23:23:27 +0800 Subject: [PATCH] rewrite deploy with macos --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index bb8cb07f2..6a74b1740 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] name = "pyqlib" +license = {text = "MIT License"} dynamic = ["version"] description = "A Quantitative-research Platform" requires-python = ">=3.8.0"