mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-13 07:46:53 +08:00
update setup
This commit is contained in:
11
setup.py
11
setup.py
@@ -1,7 +1,5 @@
|
|||||||
# Copyright (c) Microsoft Corporation.
|
# Copyright (c) Microsoft Corporation.
|
||||||
# Licensed under the MIT License.
|
# Licensed under the MIT License.
|
||||||
|
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
import io
|
import io
|
||||||
import os
|
import os
|
||||||
import numpy
|
import numpy
|
||||||
@@ -96,12 +94,7 @@ setup(
|
|||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
python_requires=REQUIRES_PYTHON,
|
python_requires=REQUIRES_PYTHON,
|
||||||
packages=find_packages(
|
packages=find_packages(exclude=("tests",)),
|
||||||
exclude=(
|
|
||||||
"tests",
|
|
||||||
"examples",
|
|
||||||
)
|
|
||||||
),
|
|
||||||
# if your package is a single module, use this instead of 'packages':
|
# if your package is a single module, use this instead of 'packages':
|
||||||
# py_modules=['qlib'],
|
# py_modules=['qlib'],
|
||||||
entry_points={
|
entry_points={
|
||||||
@@ -128,4 +121,4 @@ setup(
|
|||||||
"Programming Language :: Python :: 3.7",
|
"Programming Language :: Python :: 3.7",
|
||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
Reference in New Issue
Block a user