Skip to content

Commit 70c3e61

Browse files
committed
Moved README/LICENSE to docs/
1 parent 3c0b213 commit 70c3e61

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<a href="https://github.com/adamlui/python-utils/releases/tag/remove-json-keys-1.0.0">
66
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.0.0-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
7-
<a href="LICENSE.md">
7+
<a href="./LICENSE.md">
88
<img height=31 src="https://img.shields.io/badge/License-MIT-orange.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
99
<a href="https://www.codefactor.io/repository/github/adamlui/python-utils">
1010
<img height=31 src="https://img.shields.io/codefactor/grade/github/adamlui/python-utils?label=Code+Quality&logo=codefactor&logoColor=white&labelColor=464646&color=a0fc55&style=for-the-badge"></a>

remove-json-keys/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ description = "Simply remove JSON keys via CLI command."
1212
authors = [
1313
{ name = "Adam Lui", email = "adam@kudoai.com" },
1414
]
15-
readme = "README.md"
15+
readme = "docs/README.md"
1616
license = "MIT"
1717
license-files = [
18-
"LICENSE.md",
18+
"docs/LICENSE.md",
1919
]
2020
dependencies = [
2121
"colorama>=0.4.6,<1.0.0",
@@ -51,7 +51,7 @@ classifiers = [
5151

5252
[project.urls]
5353
Changelog = "https://github.com/adamlui/python-utils/releases/tag/remove-json-keys-1.0.0"
54-
Documentation = "https://github.com/adamlui/python-utils/tree/main/remove-json-keys/#readme"
54+
Documentation = "https://github.com/adamlui/python-utils/tree/main/remove-json-keys/docs"
5555
Funding = "https://github.com/sponsors/adamlui"
5656
Homepage = "https://github.com/adamlui/python-utils/tree/main/remove-json-keys/#readme"
5757
Issues = "https://github.com/adamlui/python-utils/issues"

remove-json-keys/src/remove_json_keys/package_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "remove-json-keys",
33
"author": { "name": "Adam Lui", "email": "adam@kudoai.com", "url": "https://github.com/adamlui" },
44
"urls": {
5-
"docs": "https://github.com/adamlui/python-utils/tree/main/remove-json-keys/#readme",
5+
"docs": "https://github.com/adamlui/python-utils/tree/main/remove-json-keys/docs",
66
"funding": {
77
"cashapp": "https://cash.app/$adamlui",
88
"github": "https://github.com/sponsors/adamlui",
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<img height=31 src="https://img.shields.io/pypi/dm/translate-messages?logo=pypi&color=af68ff&logoColor=white&labelColor=464646&style=for-the-badge"></img></a>
77
<a href="https://github.com/adamlui/python-utils/releases/tag/translate-messages-1.1.0">
88
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.1.0-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
9-
<a href="LICENSE.md">
9+
<a href="./LICENSE.md">
1010
<img height=31 src="https://img.shields.io/badge/License-MIT-orange.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
1111
<a href="https://www.codefactor.io/repository/github/adamlui/python-utils">
1212
<img height=31 src="https://img.shields.io/codefactor/grade/github/adamlui/python-utils?label=Code+Quality&logo=codefactor&logoColor=white&labelColor=464646&color=a0fc55&style=for-the-badge"></a>

translate-messages/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ description = "Translate en/messages.json (in chrome.i18n format) to other local
1212
authors = [
1313
{ name = "Adam Lui", email = "adam@kudoai.com" },
1414
]
15-
readme = "README.md"
15+
readme = "docs/README.md"
1616
license = "MIT"
1717
license-files = [
18-
"LICENSE.md",
18+
"docs/LICENSE.md",
1919
]
2020
dependencies = [
2121
"colorama>=0.4.6,<1.0.0",
@@ -59,7 +59,7 @@ classifiers = [
5959

6060
[project.urls]
6161
Changelog = "https://github.com/adamlui/python-utils/releases/tag/translate-messages-1.1.0"
62-
Documentation = "https://github.com/adamlui/python-utils/tree/main/translate-messages/#readme"
62+
Documentation = "https://github.com/adamlui/python-utils/tree/main/translate-messages/docs"
6363
Funding = "https://github.com/sponsors/adamlui"
6464
Homepage = "https://github.com/adamlui/python-utils/tree/main/translate-messages/#readme"
6565
Issues = "https://github.com/adamlui/python-utils/issues"

translate-messages/src/translate_messages/package_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "translate-messages",
33
"author": { "name": "Adam Lui", "email": "adam@kudoai.com", "url": "https://github.com/adamlui" },
44
"urls": {
5-
"docs": "https://github.com/adamlui/python-utils/tree/main/translate-messages/#readme",
5+
"docs": "https://github.com/adamlui/python-utils/tree/main/translate-messages/docs",
66
"funding": {
77
"cashapp": "https://cash.app/$adamlui",
88
"github": "https://github.com/sponsors/adamlui",

0 commit comments

Comments
 (0)