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 11[metadata]
22name = openize-markitdown
3- version =25.3.1
3+ version = 25.3.1
44author = Openize
55author_email = packages@openize.com
66description = A document converter for Word, PDF, Excel, and PowerPoint to Markdown.
7- long_description = file: README.md
7+ long_description = file: ../../../../ README.md
88long_description_content_type = text/markdown
99license = MIT
1010license_files = LICENSE
@@ -23,7 +23,7 @@ classifiers =
2323
2424[options]
2525package_dir =
26- = packages
26+ = src
2727packages = find_namespace:
2828python_requires = >=3.7
2929install_requires =
@@ -33,8 +33,9 @@ install_requires =
3333 openai>=1.0.0
3434
3535[options.packages.find]
36- where = packages
36+ where = src
3737
3838[options.entry_points]
3939console_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