From eb67f1037aded9e999fca3338e61e2a2b10a6774 Mon Sep 17 00:00:00 2001 From: bxdd Date: Thu, 10 Dec 2020 07:23:20 +0000 Subject: [PATCH] update setup --- setup.py | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/setup.py b/setup.py index f01974e8f..b731bb92a 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,5 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. - -# -*- coding: utf-8 -*- import io import os import numpy @@ -96,12 +94,7 @@ setup( long_description=long_description, long_description_content_type="text/markdown", python_requires=REQUIRES_PYTHON, - packages=find_packages( - exclude=( - "tests", - "examples", - ) - ), + packages=find_packages(exclude=("tests",)), # if your package is a single module, use this instead of 'packages': # py_modules=['qlib'], entry_points={ @@ -128,4 +121,4 @@ setup( "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", ], -) +) \ No newline at end of file