summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2021-02-26 20:35:19 +0000
committerJeremy Stanley <fungi@yuggoth.org>2021-02-26 20:45:24 +0000
commit319953d5aba3fed42a72bcef8070d45e17702ced (patch)
tree21542d45335eb3f1d2d0b056ec462258c4c50fce /README.rst
parentd3afb8039f913ee6d7e2d3ba49403dd8e59af9b2 (diff)
downloadgit-review-319953d5aba3fed42a72bcef8070d45e17702ced.tar.gz
Overhaul Python package metadata and OpenDev URLs
Modernize our package metadata in the following ways: * switch from description-file to long_description with the file attribute, and specify an explicit content type and encoding * replace the home-page parameter with the newer general url one * add specific labelled project links for improved navigation from PyPI's summary sidebar * add commandline keyword to help folks searching * use the specific license metadata in addition to the corresponding trove classifier for it * make sure wheels when built also incorporate the LICENSE and AUTHORS files so that we're not distributing them without a copy of the license text * stop flagging wheels as "universal" now that git-review no longer supports Python 2.7 * drop the old Sphinx integration config for PBR now that it's no longer needed https://setuptools.readthedocs.io/en/latest/userguide/declarative_config.html Also update old openstack.org URLs throughout contributor docs and examples/comments to newer opendev.org counterparts. Remove the old redundant HACKING.rst file as well as a lingering MANIFEST.in from the times before PBR was a thing. Replace the CONTRIBUTING.rst with a shorter one cribbed from bindep. Add the test profile to the one entry in bindep.txt to make it more apparent that's not a runtime dependency of git-review. Adjust some old "OpenStack, LLC." copyrights as indicated by the foundation's "Legal Issues FAQ." Change-Id: Ie45d4d73ba7b5a860f09cc4f1d849587761d846c
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index e79a14e..9ef7efc 100644
--- a/README.rst
+++ b/README.rst
@@ -3,10 +3,10 @@ git-review
A git command for submitting branches to Gerrit
-git-review is a tool that helps submitting git branches to gerrit for
+git-review is a tool that helps submitting Git branches to Gerrit for
review.
* Free software: Apache license
-* Documentation: http://docs.openstack.org/infra/git-review/
-* Source: https://git.openstack.org/cgit/openstack-infra/git-review
+* Documentation: http://docs.opendev.org/opendev/git-review
+* Source: https://opendev.org/opendev/git-review
* Bugs: https://storyboard.openstack.org/#!/project/opendev/git-review