Skip to content

Commit ccf99ed

Browse files
committed
Renamed package-data.json to package_data.json ↞ [auto-sync from https://github.com/adamlui/python-utils/tree/main/translate-messages]
1 parent 7371ae4 commit ccf99ed

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

translate-messages/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ translate-messages = "translate_messages.__main__:main"
1414
where = ["src"]
1515

1616
[tool.setuptools.package-data]
17-
"*" = ["package-data.json", "*.md", "assets/ascii/*.txt"]
17+
"*" = ["package_data.json", "*.md", "assets/ascii/*.txt"]

translate-messages/src/translate_messages/lib/init.py

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

55
def cli(caller_file):
66

7-
cli = data.sns.from_dict(data.json.read(os.path.join(os.path.dirname(__file__), '../package-data.json')))
7+
cli = data.sns.from_dict(data.json.read(os.path.join(os.path.dirname(__file__), '../package_data.json')))
88

99
# Load from config file
1010
cli.config = sns()

translate-messages/src/translate_messages/package-data.json renamed to translate-messages/src/translate_messages/package_data.json

File renamed without changes.

0 commit comments

Comments
 (0)