mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-15 16:56:54 +08:00
Update setup
This commit is contained in:
@@ -191,7 +191,7 @@ def gen_and_save_md_table(metrics):
|
|||||||
|
|
||||||
# function to run the all the models
|
# function to run the all the models
|
||||||
@only_allow_defined_args
|
@only_allow_defined_args
|
||||||
def run(times=1, models=None, dataset='Alpha360', exclude=False):
|
def run(times=1, models=None, dataset="Alpha360", exclude=False):
|
||||||
"""
|
"""
|
||||||
Please be aware that this function can only work under Linux. MacOS and Windows will be supported in the future.
|
Please be aware that this function can only work under Linux. MacOS and Windows will be supported in the future.
|
||||||
Any PR to enhance this method is highly welcomed.
|
Any PR to enhance this method is highly welcomed.
|
||||||
|
|||||||
7
setup.py
7
setup.py
@@ -94,7 +94,12 @@ 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(exclude=("tests",)),
|
packages=find_packages(
|
||||||
|
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={
|
||||||
|
|||||||
Reference in New Issue
Block a user