From 6192b47758e8ddfadd1fd574f89e485a3d54ca34 Mon Sep 17 00:00:00 2001 From: Azalea Gui Date: Thu, 23 Mar 2023 21:22:30 -0400 Subject: [PATCH] [F] Fix setup.py warnings --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c011acac..c6bb56da 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 import pathlib -from setuptools import setup, find_packages +from setuptools import setup, find_namespace_packages import hyfetch.constants @@ -31,7 +31,7 @@ setup( "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", ], - packages=find_packages(), + packages=find_namespace_packages(), package_data={'hyfetch': ['hyfetch/*']}, include_package_data=True, install_requires=[