mdify-cli 1.4.0__tar.gz → 1.4.1__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.
- {mdify_cli-1.4.0/mdify_cli.egg-info → mdify_cli-1.4.1}/PKG-INFO +2 -2
- {mdify_cli-1.4.0 → mdify_cli-1.4.1}/README.md +1 -1
- mdify_cli-1.4.1/assets/mdify.png +0 -0
- {mdify_cli-1.4.0 → mdify_cli-1.4.1}/mdify/__init__.py +1 -1
- {mdify_cli-1.4.0 → mdify_cli-1.4.1/mdify_cli.egg-info}/PKG-INFO +2 -2
- {mdify_cli-1.4.0 → mdify_cli-1.4.1}/mdify_cli.egg-info/SOURCES.txt +1 -0
- {mdify_cli-1.4.0 → mdify_cli-1.4.1}/pyproject.toml +4 -1
- {mdify_cli-1.4.0 → mdify_cli-1.4.1}/LICENSE +0 -0
- {mdify_cli-1.4.0 → mdify_cli-1.4.1}/mdify/__main__.py +0 -0
- {mdify_cli-1.4.0 → mdify_cli-1.4.1}/mdify/cli.py +0 -0
- {mdify_cli-1.4.0 → mdify_cli-1.4.1}/mdify_cli.egg-info/dependency_links.txt +0 -0
- {mdify_cli-1.4.0 → mdify_cli-1.4.1}/mdify_cli.egg-info/entry_points.txt +0 -0
- {mdify_cli-1.4.0 → mdify_cli-1.4.1}/mdify_cli.egg-info/top_level.txt +0 -0
- {mdify_cli-1.4.0 → mdify_cli-1.4.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mdify-cli
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.1
|
|
4
4
|
Summary: Lightweight CLI for converting documents to Markdown via Docling container
|
|
5
5
|
Author: tiroq
|
|
6
6
|
License-Expression: MIT
|
|
@@ -28,7 +28,7 @@ Dynamic: license-file
|
|
|
28
28
|
|
|
29
29
|
# mdify
|
|
30
30
|
|
|
31
|
-

|
|
32
32
|
|
|
33
33
|
[](https://pypi.org/project/mdify-cli/)
|
|
34
34
|
[](https://github.com/tiroq/mdify/pkgs/container/mdify-runtime)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# mdify
|
|
2
2
|
|
|
3
|
-

|
|
4
4
|
|
|
5
5
|
[](https://pypi.org/project/mdify-cli/)
|
|
6
6
|
[](https://github.com/tiroq/mdify/pkgs/container/mdify-runtime)
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mdify-cli
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.1
|
|
4
4
|
Summary: Lightweight CLI for converting documents to Markdown via Docling container
|
|
5
5
|
Author: tiroq
|
|
6
6
|
License-Expression: MIT
|
|
@@ -28,7 +28,7 @@ Dynamic: license-file
|
|
|
28
28
|
|
|
29
29
|
# mdify
|
|
30
30
|
|
|
31
|
-

|
|
32
32
|
|
|
33
33
|
[](https://pypi.org/project/mdify-cli/)
|
|
34
34
|
[](https://github.com/tiroq/mdify/pkgs/container/mdify-runtime)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "mdify-cli"
|
|
3
|
-
version = "1.4.
|
|
3
|
+
version = "1.4.1"
|
|
4
4
|
description = "Lightweight CLI for converting documents to Markdown via Docling container"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.8"
|
|
@@ -41,3 +41,6 @@ build-backend = "setuptools.build_meta"
|
|
|
41
41
|
[tool.setuptools.packages.find]
|
|
42
42
|
include = ["mdify", "mdify.*"]
|
|
43
43
|
exclude = ["runtime", "runtime.*"]
|
|
44
|
+
|
|
45
|
+
[tool.setuptools.package-data]
|
|
46
|
+
mdify = ["../assets/*.png"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|