This repository was archived by the owner on Aug 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 99
1010## Reporting a Vulnerability
1111
12- Please report security issues related to the ` json_duplicate_keys ` project to the following email address: truocphan112017@gmail.com
12+ Please report security issues related to the ` json-duplicate-keys ` project to the following email address: truocphan112017@gmail.com
Original file line number Diff line number Diff line change 22import datetime
33
44setuptools .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" ,
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" ,
You can’t perform that action at this time.
0 commit comments