We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9c0e7 commit 703f6dcCopy full SHA for 703f6dc
mlir/python/pyproject.toml
@@ -9,6 +9,9 @@ version = "0.0.1"
9
requires-python = ">=3.8,<=3.13"
10
[project.urls]
11
Homepage = "https://github.com/llvm/llvm-project"
12
+Discussions = "https://discourse.llvm.org/"
13
+"Issue Tracker" = "https://github.com/llvm/llvm-project/issues?q=is%3Aissue%20state%3Aopen%20label%3Amlir%3Apython%20"
14
+"Source Code" = "https://github.com/llvm/llvm-project/tree/main/mlir/python"
15
16
[build-system]
17
requires = [
0 commit comments