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]