Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lbesnard committed Oct 21, 2024
1 parent 2273238 commit 76e6b4d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Empty file added lingoanki/__init__.py
Empty file.
File renamed without changes.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "lingoAnki"
name = "lingoanki"
version = "0.1.0"
description = "A script to create Anki flashcards from audio transcript to learn a foreign language."
authors = ["Your Name <[email protected]>"]
Expand All @@ -19,7 +19,7 @@ numpy = ">=2.0.0"


[tool.poetry.scripts]
lingoAnki = "lingoAnki.__main__:main"
lingoAnki = "lingoanki.__main__:main"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 76e6b4d

Please sign in to comment.