[all-commits] [llvm/llvm-project] b1a6c6: [lit] Deduplicate README and longdescription, and ...

Michał Górny via All-commits all-commits at lists.llvm.org
Sat Oct 29 04:27:18 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b1a6c6cfafc1421e93535945136bb5a54169909c
      https://github.com/llvm/llvm-project/commit/b1a6c6cfafc1421e93535945136bb5a54169909c
  Author: Michał Górny <mgorny at gentoo.org>
  Date:   2022-10-29 (Sat, 29 Oct 2022)

  Changed paths:
    A llvm/utils/lit/README.rst
    R llvm/utils/lit/README.txt
    M llvm/utils/lit/setup.py

  Log Message:
  -----------
  [lit] Deduplicate README and longdescription, and update it

Since long_description is effectively the README that's displayed
on pypi project page, combine it with the existing README file and read
the file in `setup.py`.  This is a common practice among Python
projects, to the point of declarative-style setuptools configurations
providing a shorthand for it.

While at it, update the outdated information about LLVM Bugzilla for use
of GitHub issues.

Differential Revision: https://reviews.llvm.org/D137006




More information about the All-commits mailing list