diff --git a/library.json b/library.json index 86342d0..dadf9bc 100644 --- a/library.json +++ b/library.json @@ -3,10 +3,18 @@ "version": "1.0.3", "description": "This library provides a OpenStreetMap (OSM) map fetching and caching system for ESP32-based devices.", "keywords": [ - "OpenStreetMap", - "GPS", - "LovyanGFX", - "ESP32" + "esp32", + "gps", + "location", + "geolocation", + "tracking", + "map", + "tiles", + "tile-caching", + "openstreetmap", + "osm", + "lovyangfx", + "pngdec" ], "repository": { "type": "git", @@ -38,5 +46,8 @@ "-std=gnu++17" ] }, - "license": "MIT" -} \ No newline at end of file + "license": "MIT", + "include": [ + "src/OpenStreetMap-esp32.hpp" + ] +}