vocably2anki 0.1.1__tar.gz → 0.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {vocably2anki-0.1.1 → vocably2anki-0.1.2}/PKG-INFO +1 -1
- {vocably2anki-0.1.1 → vocably2anki-0.1.2}/pyproject.toml +2 -2
- {vocably2anki-0.1.1 → vocably2anki-0.1.2}/vocably2anki.egg-info/PKG-INFO +1 -1
- vocably2anki-0.1.2/vocably2anki.egg-info/entry_points.txt +2 -0
- vocably2anki-0.1.1/vocably2anki.egg-info/entry_points.txt +0 -2
- {vocably2anki-0.1.1 → vocably2anki-0.1.2}/README.md +0 -0
- {vocably2anki-0.1.1 → vocably2anki-0.1.2}/setup.cfg +0 -0
- {vocably2anki-0.1.1 → vocably2anki-0.1.2}/v2a.py +0 -0
- {vocably2anki-0.1.1 → vocably2anki-0.1.2}/vocably2anki.egg-info/SOURCES.txt +0 -0
- {vocably2anki-0.1.1 → vocably2anki-0.1.2}/vocably2anki.egg-info/dependency_links.txt +0 -0
- {vocably2anki-0.1.1 → vocably2anki-0.1.2}/vocably2anki.egg-info/requires.txt +0 -0
- {vocably2anki-0.1.1 → vocably2anki-0.1.2}/vocably2anki.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "vocably2anki"
|
3
|
-
version = "0.1.
|
3
|
+
version = "0.1.2"
|
4
4
|
description = "Converts an exported vocably deck to a simpler format suitable for Anki import"
|
5
5
|
readme = "README.md"
|
6
6
|
requires-python = ">=3.12"
|
@@ -9,4 +9,4 @@ dependencies = [
|
|
9
9
|
]
|
10
10
|
|
11
11
|
[project.scripts]
|
12
|
-
|
12
|
+
vocably2anki = "v2a:main"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|