From f7eb2686a377cc2e383fe6c232f87e79ce95a32b Mon Sep 17 00:00:00 2001 From: bonnal-enzo Date: Mon, 4 Dec 2023 12:30:07 +0100 Subject: [PATCH] 0.6.3: find_packages --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 211662b..fe47787 100644 --- a/setup.py +++ b/setup.py @@ -1,9 +1,9 @@ -from setuptools import setup # type: ignore +from setuptools import find_packages, setup # type: ignore setup( name='kioss', - version='0.6.2', - packages=['kioss'], + version='0.6.3', + packages=find_packages(), url='http://github.com/bonnal-enzo/kioss', license='Apache 2.', author='bonnal-enzo',