From dbda06792600eb31aadc512235fc93fdee69e86a Mon Sep 17 00:00:00 2001 From: jajupmochi Date: Thu, 8 Feb 2024 11:25:25 +0100 Subject: [PATCH] [CI] Update included files for dist and wheel. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 13c2752b77..ab833f2a16 100644 --- a/setup.py +++ b/setup.py @@ -109,9 +109,9 @@ def parse_args(): 'Intended Audience :: Developers', ], install_requires=install_requires, - # package_dir={'': '.'}, + package_dir={'': 'gklearn'}, package_data={ '': ['README.md', 'requirements_pypi.txt', 'requirements.txt', 'LICENSE'], - 'gklearn/gedlib': ['README.rst', 'gedlibpy.pyx', '*.hpp', '*.ipp'], + 'gedlib': ['README.rst', 'gedlibpy.pyx', '*.hpp', '*.ipp'], }, )