Skip to content
Snippets Groups Projects
Commit 9ce9c50c authored by Christophe Guillon's avatar Christophe Guillon
Browse files

[Setup] Remove useless copy of version.txt in python package

parent 2ea2cd6b
No related branches found
No related tags found
2 merge requests!212Version 0.3.0,!154[Setup] Add support for development install
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment