1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-01 18:11:18 +08:00

add the publishing CI for macos

This commit is contained in:
bxdd
2020-09-30 14:01:40 +08:00
committed by you-n-g
parent d976391a74
commit 044ee3cb99
3 changed files with 8 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ from setuptools import find_packages, setup, Extension
NAME = "pyqlib"
DESCRIPTION = "A Quantitative-research Platform"
REQUIRES_PYTHON = ">=3.5.0"
VERSION = "0.5.0.dev7"
VERSION = "0.5.0.dev10"
# Detect Cython
try:
@@ -109,6 +109,7 @@ setup(
# 'License :: OSI Approved :: MIT License',
"Operating System :: POSIX :: Linux",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS",
"License :: OSI Approved :: MIT License",
"Development Status :: 3 - Alpha",
"Programming Language :: Python",