File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2022 Truoc Phan
3
+ Copyright (c) 2022 TP Cyber Security
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ Flatten/ Unflatten and Load(s)/ Dump(s) JSON File/ Object with Duplicate Keys
9
9
<a href="https://github.com/truocphan/json_duplicate_keys/issues?q=is%3Aopen+is%3Aissue"><img src="https://img.shields.io/github/issues/truocphan/json_duplicate_keys" height=30></a>
10
10
<a href="https://github.com/truocphan/json_duplicate_keys/issues?q=is%3Aissue+is%3Aclosed"><img src="https://img.shields.io/github/issues-closed/truocphan/json_duplicate_keys" height=30></a>
11
11
<a href="https://pypi.org/project/json-duplicate-keys/" target="_blank"><img src="https://img.shields.io/badge/pypi-3775A9?style=for-the-badge&logo=pypi&logoColor=white" height=30></a>
12
- <a href="https://www.facebook.com/292706121240740 " target="_blank"><img src="https://img.shields.io/badge/Facebook-1877F2?style=for-the-badge&logo=facebook&logoColor=white" height=30></a>
13
- <a href="https://twitter.com/truocphan " target="_blank"><img src="https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white" height=30></a>
12
+ <a href="https://www.facebook.com/61550595106970 " target="_blank"><img src="https://img.shields.io/badge/Facebook-1877F2?style=for-the-badge&logo=facebook&logoColor=white" height=30></a>
13
+ <a href="https://twitter.com/TPCyberSec " target="_blank"><img src="https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white" height=30></a>
14
14
<a href="https://github.com/truocphan" target="_blank"><img src="https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white" height=30></a>
15
- <a href="mailto:truocphan112017 @gmail.com" target="_blank"><img src="https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white" height=30></a>
15
+ <a href="mailto:tpcybersec2023 @gmail.com" target="_blank"><img src="https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white" height=30></a>
16
16
<a href="https://www.buymeacoffee.com/truocphan" target="_blank"><img src="https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black" height=30></a>
17
17
</p >
18
18
Original file line number Diff line number Diff line change 9
9
10
10
## Reporting a Vulnerability
11
11
12
- Please report security issues related to the
` json-duplicate-keys ` project to the following email address:
[email protected] or [email protected]
12
+ Please report security issues related to the
` json-duplicate-keys ` project to the following email address:
[email protected]
Original file line number Diff line number Diff line change 1
1
import setuptools
2
- import datetime
3
2
4
3
setuptools .setup (
5
4
name = "json-duplicate-keys" ,
6
- version = datetime . datetime . now (). strftime ( "%Y.%m.%d" ) ,
7
- author = "Truoc Phan " ,
5
+ version = "2024.2.3" ,
6
+ author = "TP Cyber Security " ,
8
7
license = "MIT" ,
9
- author_email = "truocphan112017 @gmail.com" ,
8
+ author_email = "tpcybersec2023 @gmail.com" ,
10
9
description = "Flatten/ Unflatten and Load(s)/ Dump(s) JSON File/ Object with Duplicate Keys" ,
11
10
long_description = open ("README.md" ).read (),
12
11
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments