[Mlir-commits] [mlir] [mlir][python] add pyproject.toml (PR #124878)
Ryan Mast
llvmlistbot at llvm.org
Mon Feb 10 11:47:51 PST 2025
================
@@ -0,0 +1,40 @@
+# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+# See https://llvm.org/LICENSE.txt for license information.
+# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+# Copyright (c) 2025.
+
+[project]
+name = "mlir-python-bindings"
+version = "0.0.1"
+requires-python = ">=3.8,<=3.13"
+[project.urls]
+Homepage = "https://github.com/llvm/llvm-project"
----------------
nightlark wrote:
Some additional URLs could be added, maybe these two:
"Issue Tracker" = "https://github.com/llvm/llvm-project/issues?q=is%3Aissue%20state%3Aopen%20label%3Amlir%3Apython%20"
"Source Code" = "https://github.com/llvm/llvm-project/tree/main/mlir/python"
https://github.com/llvm/llvm-project/pull/124878
More information about the Mlir-commits
mailing list