Skip to content

Commit

Permalink
move comment
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental committed Dec 17, 2023
1 parent 6541ce9 commit 1cc6072
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ def load_requirements(fname):
"mlir": ["mlir-python-bindings"],
},
python_requires=">=3.10",
###
# lhs is package namespace, rhs is path (relative to this setup.py)
package_dir={
# lhs is package namespace, rhs is path (relative to this setup.py)
f"{HOST_MLIR_PYTHON_PACKAGE_PREFIX}.utils": "mlir/utils",
},
)

0 comments on commit 1cc6072

Please sign in to comment.