Skip to content

Commit

Permalink
docs: update readme and metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
wusteven815 committed Dec 19, 2024
1 parent 07e05f7 commit 3aa6ce5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# pyjsonpatch

![GitHub License](https://img.shields.io/github/license/deephaven/pyjsonpatch)
![GitHub branch check runs](https://img.shields.io/github/check-runs/deephaven/pyjsonpatch/main)

![Unit Tests CI](https://github.com/deephaven/pyjsonpatch/actions/workflows/unit-tests.yml/badge.svg)
![Publish CI](https://github.com/deephaven/pyjsonpatch/actions/workflows/publish.yml/badge.svg)
![GitHub License](https://img.shields.io/github/license/deephaven/pyjsonpatch?color=901414)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyjsonpatch)

## About

Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,22 @@ build-backend = "hatchling.build"

[project]
name = "pyjsonpatch"
description = "A small example package"
description = "A Python implementation of JSON Pointer and JSON Patch"
version = "0.1.1"
authors = [{ name="Steven Wu" }]
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.8"
classifiers = [
"Natural Language :: English",
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: File Formats :: JSON",
"Topic :: File Formats :: JSON :: JSON Schema",
"Topic :: Utilities",
Expand Down

0 comments on commit 3aa6ce5

Please sign in to comment.