Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 3a955a8

Browse files
committed
Modified text
1 parent d7fd173 commit 3a955a8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Flatten/ Unflatten and Load(s)/ Dump(s) JSON File/ Object with Duplicate Keys
1818

1919
## Installation
2020
```console
21-
pip install json_duplicate_keys
21+
pip install json-duplicate-keys
2222
```
2323

2424
## Basic Usage

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99

1010
## Reporting a Vulnerability
1111

12-
Please report security issues related to the `json_duplicate_keys` project to the following email address: [email protected]
12+
Please report security issues related to the `json-duplicate-keys` project to the following email address: [email protected]

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import datetime
33

44
setuptools.setup(
5-
name="json_duplicate_keys",
5+
name="json-duplicate-keys",
66
version=datetime.datetime.now().strftime("%Y.%m.%d"),
77
author="Truoc Phan",
88
license="MIT",
@@ -11,7 +11,7 @@
1111
long_description=open("README.md").read(),
1212
long_description_content_type="text/markdown",
1313
install_requires=open("requirements.txt").read().split(),
14-
url="https://github.com/truocphan/json_duplicate_keys",
14+
url="https://github.com/truocphan/json-duplicate-keys",
1515
classifiers=[
1616
"Programming Language :: Python :: 3",
1717
"Programming Language :: Python :: 2",

0 commit comments

Comments
 (0)