mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 16:38:45 +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
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -109,3 +109,5 @@ CMakeSettings.json
|
||||||
dbg/**
|
dbg/**
|
||||||
*.wsp
|
*.wsp
|
||||||
CppProperties.json
|
CppProperties.json
|
||||||
|
genaisrc/genblogpost.genai.mts
|
||||||
|
*.mts
|
||||||
|
|
|
@ -245,7 +245,7 @@ def _copy_sources():
|
||||||
shutil.rmtree(SRC_DIR_LOCAL, ignore_errors=True)
|
shutil.rmtree(SRC_DIR_LOCAL, ignore_errors=True)
|
||||||
os.mkdir(SRC_DIR_LOCAL)
|
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, '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, 'z3.pc.cmake.in'), SRC_DIR_LOCAL)
|
||||||
shutil.copy(os.path.join(SRC_DIR_REPO, 'CMakeLists.txt'), 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