3
0
Fork 0
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:
Andrew Dutcher 2016-09-21 16:55:24 -07:00
parent cf56da8482
commit 4801a27c2d
5 changed files with 14 additions and 9 deletions

View file

@ -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},