summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2021-02-02 21:28:12 +0200
committerJan Tuomi <jan.tuomi@valuemotive.com>2021-02-02 21:28:12 +0200
commitae6c39c8e9758172c92136128c811f2387531228 (patch)
tree32e89f3402d62e6f0aea79fe423c99837f090f8b /pyproject.toml
parent1a1dc2a9dc2380fd04fa2f2da18ff9e6ac87647d (diff)
Rename to kanji_info_fetcher
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 74e45ed..508a7d5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
[tool.poetry]
-name = "attain-vocab-to-anki-py"
+name = "kanji-info-fetcher"
version = "0.1.0"
description = ""
authors = ["Jan Tuomi <jan.tuomi@valuemotive.com>"]
@@ -17,4 +17,4 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
-main = "attain_vocab_to_anki_py:main"
+main = "kanji_info_fetcher:main"