mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +00:00
Fix up z3test to a) exist and b) work
This commit is contained in:
parent
cf56da8482
commit
4801a27c2d
5 changed files with 14 additions and 9 deletions
|
@ -148,7 +148,7 @@ setup(
|
|||
packages=['z3'],
|
||||
include_package_data=True,
|
||||
package_data={
|
||||
'z3': [os.path.join('lib', '*'), os.path.join('include', '*')]
|
||||
'z3': [os.path.join('lib', '*'), os.path.join('include', '*.h'), os.path.join('include', 'c++', '*.h')]
|
||||
},
|
||||
scripts=[os.path.join('bin', 'z3')],
|
||||
cmdclass={'build': build, 'develop': develop, 'sdist': sdist, 'bdist_egg': bdist_egg},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue