From 81bc2301648f01168d8c12487a9e516a500c55c2 Mon Sep 17 00:00:00 2001 From: Ondrej Nosek Date: Feb 20 2019 08:16:19 +0000 Subject: README: add links and format change Signed-off-by: Ondrej Nosek --- diff --git a/MANIFEST.in b/MANIFEST.in index 8054beb..d712cc1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include COPYING README git-changelog CHANGELOG.rst CONTRIBUTING +include COPYING README.rst git-changelog CHANGELOG.rst CONTRIBUTING include doc/fedpkg_man_page.py include doc/release-guide.markdown include test/utils.py diff --git a/README b/README deleted file mode 100644 index 9819f2d..0000000 --- a/README +++ /dev/null @@ -1,5 +0,0 @@ -This is the fedpkg project, which mostly is a subclass of the rpkg project. - -Unless otherwise specified, all files are licensed under GPLv2+. - -See https://pagure.io/fedpkg for more information, bug tracking, etc. diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..60320db --- /dev/null +++ b/README.rst @@ -0,0 +1,16 @@ +Introduction +============ + +This is the fedpkg project, which mostly is a subclass of the rpkg project. + +License +======= + +Unless otherwise specified, all files are licensed under GPLv2+. + +Links +===== + +* Documentation: https://docs.pagure.org/fedpkg +* Upstream GIT: https://pagure.io/fedpkg +* Issue tracker: https://pagure.io/fedpkg/issues