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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mdify-cli
3
- Version: 1.4.0
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
- ![MDify banner](assets/mdify.png)
31
+ ![mdify banner](https://raw.githubusercontent.com/tiroq/mdify/main/assets/mdify.png)
32
32
 
33
33
  [![PyPI](https://img.shields.io/pypi/v/mdify-cli?logo=python&style=flat-square)](https://pypi.org/project/mdify-cli/)
34
34
  [![Container](https://img.shields.io/badge/container-ghcr.io-blue?logo=docker&style=flat-square)](https://github.com/tiroq/mdify/pkgs/container/mdify-runtime)
@@ -1,6 +1,6 @@
1
1
  # mdify
2
2
 
3
- ![MDify banner](assets/mdify.png)
3
+ ![mdify banner](https://raw.githubusercontent.com/tiroq/mdify/main/assets/mdify.png)
4
4
 
5
5
  [![PyPI](https://img.shields.io/pypi/v/mdify-cli?logo=python&style=flat-square)](https://pypi.org/project/mdify-cli/)
6
6
  [![Container](https://img.shields.io/badge/container-ghcr.io-blue?logo=docker&style=flat-square)](https://github.com/tiroq/mdify/pkgs/container/mdify-runtime)
Binary file
@@ -1,3 +1,3 @@
1
1
  """mdify - Convert documents to Markdown via Docling container."""
2
2
 
3
- __version__ = "1.4.0"
3
+ __version__ = "1.4.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mdify-cli
3
- Version: 1.4.0
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
- ![MDify banner](assets/mdify.png)
31
+ ![mdify banner](https://raw.githubusercontent.com/tiroq/mdify/main/assets/mdify.png)
32
32
 
33
33
  [![PyPI](https://img.shields.io/pypi/v/mdify-cli?logo=python&style=flat-square)](https://pypi.org/project/mdify-cli/)
34
34
  [![Container](https://img.shields.io/badge/container-ghcr.io-blue?logo=docker&style=flat-square)](https://github.com/tiroq/mdify/pkgs/container/mdify-runtime)
@@ -4,6 +4,7 @@ pyproject.toml
4
4
  mdify/__init__.py
5
5
  mdify/__main__.py
6
6
  mdify/cli.py
7
+ mdify/../assets/mdify.png
7
8
  mdify_cli.egg-info/PKG-INFO
8
9
  mdify_cli.egg-info/SOURCES.txt
9
10
  mdify_cli.egg-info/dependency_links.txt
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "mdify-cli"
3
- version = "1.4.0"
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