Skip to content

Commit

Permalink
follow error message to put dependencies in setup args
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Dec 9, 2023
1 parent 4123405 commit 575538d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions src/api/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
[build-system]
requires = ["setuptools>=46.4.0", "wheel", "cmake"]
build-backend = "setuptools.build_meta"

[project]
name = "z3-solver"
version = "4"
dependencies = ["importlib-resources", ]
1 change: 1 addition & 0 deletions src/api/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ def run(self):
license='MIT License',
keywords=['z3', 'smt', 'sat', 'prover', 'theorem'],
packages=['z3'],
install_requires = ['importlib-resources'],
include_package_data=True,
package_data={
'z3': [os.path.join('lib', '*'), os.path.join('include', '*.h'), os.path.join('include', 'c++', '*.h')]
Expand Down

0 comments on commit 575538d

Please sign in to comment.