From 28321773cbb79311999ba9d694e27b9d7a6d3dd8 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Wed, 15 Apr 2026 13:05:30 -0400 Subject: [PATCH] Update pip/npm package descriptions Signed-off-by: Juan Cruz Viotti --- package.json | 2 +- pip-deploy.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b5a2d70bb..b4f1fcbb6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@sourcemeta/jsonschema", "version": "14.20.2", - "description": "The CLI for working with JSON Schema. Covers formatting, linting, testing, and much more for both local development and CI/CD pipelines", + "description": "The CLI for working with JSON Schema. Covers formatting, linting, testing, and much more for both local development and CI/CD pipelines. By a member of the JSON Schema Technical Steering Committee", "main": "npm/main.js", "exports": { ".": "./npm/main.js", diff --git a/pip-deploy.sh b/pip-deploy.sh index dcd38fd1d..bd0367cd4 100755 --- a/pip-deploy.sh +++ b/pip-deploy.sh @@ -82,7 +82,7 @@ from setuptools import setup, find_packages setup( name = "$PKG", version = "$VERSION", - description = "The CLI for working with JSON Schema. Covers formatting, linting, testing, and much more for both local development and CI/CD pipelines", + description = "The CLI for working with JSON Schema. Covers formatting, linting, testing, and much more for both local development and CI/CD pipelines. By a member of the JSON Schema Technical Steering Committee", author = "Sourcemeta", author_email = "hello@sourcemeta.com", url = "https://github.com/sourcemeta/jsonschema",