Skip to content

Commit 44c0b2b

Browse files
committed
Update package name
1 parent 6b43f4d commit 44c0b2b

File tree

3 files changed

+55
-47
lines changed

3 files changed

+55
-47
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ JSON-DOC is a simple and flexible format for storing structured content in JSON
44

55
JSON-DOC is an attempt to standardize the data model used by [Notion](https://notion.so).
66

7+
## Installation
8+
9+
Install the package from PyPI:
10+
11+
```bash
12+
pip install python-jsondoc
13+
```
14+
715
## Features
816

917
- Documents are represented as a list of blocks

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[project]
2-
name = "jsondoc"
2+
name = "python-jsondoc"
33
version = "0.1.0"
44
description = ""
5-
authors = [{ name = "Onur Solmaz", email = "onur@textcortex.com" }]
5+
authors = [{ name = "TextCortex Dev Team", email = "dev@textcortex.com" }]
66
requires-python = "~=3.12"
77
readme = "README.md"
88
dependencies = [

uv.lock

Lines changed: 45 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)