From 9ce9c50cb89be7175c9faed1d9f662f6d57a6dd2 Mon Sep 17 00:00:00 2001 From: Christophe Guillon <christophe.guillon@inria.fr> Date: Wed, 17 Jul 2024 16:27:59 +0200 Subject: [PATCH] [Setup] Remove useless copy of version.txt in python package --- setup.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.py b/setup.py index 852da8432..5537b4555 100644 --- a/setup.py +++ b/setup.py @@ -93,10 +93,6 @@ class CMakeBuild(build_ext): currentFile = os.path.join(root, file) shutil.copy(currentFile, str(aidge_package.absolute())) - # Copy version.txt in aidge_package - os.chdir(os.path.dirname(__file__)) - shutil.copy("version.txt", str(aidge_package.absolute())) - if __name__ == "__main__": setup( -- GitLab