Skip to content

Commit 2f1dcef

Browse files
committed
wheels: keep Maksim as author, add AMD as maintainer (mlir distro)
The LLVM distro wheel pipeline originated with Maksim Levental; keeping author= preserves the historical attribution. AMD is the current upstream owner of the mlir-aie repo that drives ongoing maintenance, so add it as maintainer= rather than overwriting author.
1 parent 7201a1f commit 2f1dcef

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

utils/mlir_wheels/setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,10 @@ def build_extension(self, ext: CMakeExtension) -> None:
263263
setup(
264264
name="mlir" if check_env("ENABLE_RTTI", 1) else "mlir-no-rtti",
265265
version=version,
266-
author="AMD Inc.",
267-
author_email="joseph.melber@amd.com",
266+
author="Maksim Levental",
267+
author_email="maksim.levental@gmail.com",
268+
maintainer="AMD Inc.",
269+
maintainer_email="joseph.melber@amd.com",
268270
description=f"MLIR distribution as wheel. Created at {now} build of {llvm_url}",
269271
long_description=f"MLIR distribution as wheel. Created at {now} build of [llvm/llvm-project/{commit_hash}]({llvm_url})",
270272
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)