Skip to content

Commit 6a14eca

Browse files
committed
build: change package name
1 parent 8f4c182 commit 6a14eca

File tree

5 files changed

+13
-17
lines changed

5 files changed

+13
-17
lines changed

README.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,22 @@
1-
# json-db
1+
# JSON-as-DB
22

3-
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/json-db?style=flat-square) ![PyPI - Wheel](https://img.shields.io/pypi/wheel/json-db?style=flat-square) [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fjoonas-yoon%2Fjson-db)](https://hits.seeyoufarm.com&style=flat-square)
4-
5-
![PyPI - Python Version](Python Version Badge)
6-
![PyPI - Wheel](Wheel Badge)
7-
[![Hits](Hits Badge)](Hits)
3+
![Python Version Badge] ![Wheel Badge] [![Hits Badge]](Hits)
84

95
Using JSON as very lightweight database
106

117
## Installation
128

139
Installing via pip:
1410

15-
```
16-
pip install json-db
11+
```bash
12+
pip install json-as-db
1713
```
1814

1915
Installing via GitHub repository,
2016

21-
```
22-
git clone https://github.com/joonas-yoon/json-db.git
23-
pip install -e json-db
17+
```bash
18+
git clone https://github.com/joonas-yoon/json-as-db.git
19+
pip install -e json-as-db
2420
```
2521

2622
## Contributing
@@ -34,9 +30,9 @@ Welcome all contributions to the community and feel free to contribute.
3430
Under the MIT license. See the [LICENSE] file for more info.
3531

3632

37-
[Python Version Badge]: https://img.shields.io/pypi/pyversions/json-db?style=flat-square
38-
[Wheel Badge]: https://img.shields.io/pypi/wheel/json-db?style=flat-square
39-
[Hits Badge]: https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fjoonas-yoon%2Fjson-db
33+
[Python Version Badge]: https://img.shields.io/pypi/pyversions/json-as-db?style=flat-square
34+
[Wheel Badge]: https://img.shields.io/pypi/wheel/json-as-db?style=flat-square
35+
[Hits Badge]: https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fjoonas-yoon%2Fjson-as-db
4036
[Hits]: https://hits.seeyoufarm.com&style=flat-square
4137
[CONTRIBUTING]: CONTRIBUTING.md
4238
[LICENSE]: LICENSE

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
2-
name = "json_db"
3-
version = "0.0.1"
2+
name = "json_as_db"
3+
version = "0.0.1b"
44
description = "Using JSON as very lightweight database"
55
readme = "README.md"
66
license = "MIT"
@@ -20,7 +20,7 @@ classifiers = [
2020
"Topic :: System :: Filesystems"
2121
]
2222
packages = [
23-
{ include = "json_db", from = "src" },
23+
{ include = "json_as_db", from = "src" },
2424
]
2525
exclude = [
2626
"examples*",
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)