Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
pcl: tidy description
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Aug 9, 2023
1 parent 3fbb0e9 commit 5a5e796
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/pcl/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@

class PclConan(ConanFile):
name = "pcl"
description = "The Point Cloud Library (PCL) is a standalone, large-scale, open project for 2D/3D image and point cloud processing."
description = ("The Point Cloud Library (PCL) is a standalone, large-scale, "
"open project for 2D/3D image and point cloud processing.")
license = "BSD-3-Clause"
url = "https://github.com/conan-io/conan-center-index"
homepage = "https://github.com/PointCloudLibrary/pcl"
Expand Down

0 comments on commit 5a5e796

Please sign in to comment.