mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
remove copy of LICENSE.txt - pypi doesn't take it
This commit is contained in:
parent
49dffaed39
commit
9232ef579c
2 changed files with 3 additions and 1 deletions
|
@ -245,7 +245,7 @@ def _copy_sources():
|
|||
shutil.rmtree(SRC_DIR_LOCAL, ignore_errors=True)
|
||||
os.mkdir(SRC_DIR_LOCAL)
|
||||
|
||||
shutil.copy(os.path.join(SRC_DIR_REPO, 'LICENSE.txt'), ROOT_DIR)
|
||||
# shutil.copy(os.path.join(SRC_DIR_REPO, 'LICENSE.txt'), ROOT_DIR)
|
||||
shutil.copy(os.path.join(SRC_DIR_REPO, 'LICENSE.txt'), SRC_DIR_LOCAL)
|
||||
shutil.copy(os.path.join(SRC_DIR_REPO, 'z3.pc.cmake.in'), SRC_DIR_LOCAL)
|
||||
shutil.copy(os.path.join(SRC_DIR_REPO, 'CMakeLists.txt'), SRC_DIR_LOCAL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue