File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = openize-markitdown
3
- version =25.3.1
3
+ version = 25.3.1
4
4
author = Openize
5
5
author_email = packages@openize.com
6
6
description = A document converter for Word, PDF, Excel, and PowerPoint to Markdown.
7
- long_description = file: README.md
7
+ long_description = file: ../../../../ README.md
8
8
long_description_content_type = text/markdown
9
9
license = MIT
10
10
license_files = LICENSE
@@ -23,7 +23,7 @@ classifiers =
23
23
24
24
[options]
25
25
package_dir =
26
- = packages
26
+ = src
27
27
packages = find_namespace:
28
28
python_requires = >=3.7
29
29
install_requires =
@@ -33,8 +33,9 @@ install_requires =
33
33
openai>=1.0.0
34
34
35
35
[options.packages.find]
36
- where = packages
36
+ where = src
37
37
38
38
[options.entry_points]
39
39
console_scripts =
40
- markitdown = packages.markitdown.src.openize.markitdown.main:main
40
+ markitdown = openize.markitdown.main:main
41
+
You can’t perform that action at this time.
0 commit comments