From d60ef2d6b204300bb2f590e5d9090e508979ae39 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 28 Jan 2018 15:11:59 +0900 Subject: [PATCH] Fix utils package is installed --- CHANGES | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 4782fa141..8d95eb9f8 100644 --- a/CHANGES +++ b/CHANGES @@ -26,6 +26,7 @@ Bugs fixed * #4472: DOCUMENTATION_OPTIONS is not defined * #4491: autodoc: prefer _MockImporter over other importers in sys.meta_path * #4490: autodoc: type annotation is broken with python 3.7.0a4+ +* utils package is installed Testing -------- diff --git a/setup.py b/setup.py index abf71df78..32c6f4d50 100644 --- a/setup.py +++ b/setup.py @@ -214,7 +214,7 @@ setup( 'Topic :: Utilities', ], platforms='any', - packages=find_packages(exclude=['tests']), + packages=find_packages(exclude=['tests', 'utils']), include_package_data=True, entry_points={ 'console_scripts': [