[lit] Deduplicate README and longdescription, and update it
authorMichał Górny <mgorny@gentoo.org>
Sat, 29 Oct 2022 04:44:11 +0000 (06:44 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 29 Oct 2022 11:27:00 +0000 (13:27 +0200)
commitb1a6c6cfafc1421e93535945136bb5a54169909c
tree4fa337786db14e175817821d03a182fa05fe1fc9
parenteea6a2782e852ee38a56af8245a27d864b56b592
[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
llvm/utils/lit/README.rst [moved from llvm/utils/lit/README.txt with 50% similarity]
llvm/utils/lit/setup.py