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

fix setup

This commit is contained in:
bxdd
2020-12-10 06:37:02 +00:00
committed by you-n-g
parent 97c053ba73
commit 7296780149

View File

@@ -96,7 +96,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={