diff --git a/setup.py b/setup.py index 852da8432c29cf6b7370946289c429479d506228..5537b4555224a8f28cc9d6180d3e544371cc3d13 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(