[PATCH] D137006: [lit] Deduplicate README and longdescription, and update it
Michał Górny via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 28 21:47:50 PDT 2022
mgorny created this revision.
mgorny added reviewers: ddunbar, yln, jdenny, rnk, zturner, thesamesam, MaskRay, tstellar.
Herald added subscribers: StephenFan, delcypher.
Herald added a project: All.
mgorny requested review of this revision.
Herald added a project: LLVM.
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.
https://reviews.llvm.org/D137006
Files:
llvm/utils/lit/README.rst
llvm/utils/lit/README.txt
llvm/utils/lit/setup.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137006.471712.patch
Type: text/x-patch
Size: 3373 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221029/0c82dcaa/attachment.bin>
More information about the llvm-commits
mailing list