summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
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"