Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bxdd authored and you-n-g committed Dec 10, 2020
1 parent 59282c8 commit eb67f10
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

# -*- coding: utf-8 -*-
import io
import os
import numpy
Expand Down Expand Up @@ -96,12 +94,7 @@
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={
Expand All @@ -128,4 +121,4 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
)
)

0 comments on commit eb67f10

Please sign in to comment.