From 3d38a756a352cff81a6485f865ec132e6d6aedd2 Mon Sep 17 00:00:00 2001 From: Dirk Thomas Date: Mon, 14 May 2018 10:18:49 -0700 Subject: [PATCH] update package metadata (#11) --- README.rst | 4 ++++ setup.cfg | 7 +++++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..ecc6ef4 --- /dev/null +++ b/README.rst @@ -0,0 +1,4 @@ +colcon-cmake +============ + +An extension for `colcon-core `_ to support `CMake `_ projects. diff --git a/setup.cfg b/setup.cfg index 2b4f8df..b290d88 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,8 +1,10 @@ [metadata] name = colcon-cmake version = attr: colcon_cmake.__version__ -url = https://colcon.github.io -download_url = https://github.com/colcon/colcon-cmake/releases +url = https://colcon.readthedocs.io +project_urls = + Changelog = https://github.com/colcon/colcon-cmake/milestones?state=closed + GitHub = https://github.com/colcon/colcon-cmake/ author = Dirk Thomas author_email = web@dirk-thomas.net maintainer = Dirk Thomas @@ -19,6 +21,7 @@ classifiers = Topic :: Software Development :: Build Tools license = Apache License, Version 2.0 description = Extension for colcon to support CMake packages. +long_description = file: README.rst keywords = colcon [options]