diff --git a/package.json b/package.json index b5a2d70b..b4f1fcbb 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 dcd38fd1..bd0367cd 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",