From 03a6628844fbaa4d382e77ef8c9f396aea11e1cd Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Mon, 29 Sep 2025 13:53:36 -0700 Subject: [PATCH] Previously overlooked change that should have been included in PR #956 --- cuda_pathfinder/DESCRIPTION.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cuda_pathfinder/DESCRIPTION.rst b/cuda_pathfinder/DESCRIPTION.rst index e2cf533ceb..8953a51b8b 100644 --- a/cuda_pathfinder/DESCRIPTION.rst +++ b/cuda_pathfinder/DESCRIPTION.rst @@ -11,8 +11,8 @@ cuda-pathfinder: Utilities for locating CUDA components `cuda.pathfinder `_ aims to be a one-stop solution for locating CUDA components. Currently -it supports locating and loading dynamic libraries (``.so``, ``.dll``); -support for headers and other artifacts is in progress. +it supports locating and loading dynamic libraries (``.so``, ``.dll``), and +locating CTK header directories. Support for other artifacts is in progress. * `Documentation `_ * `Releases `_