Skip to content

Commit 6d60865

Browse files
Update setup.cfg
1 parent 2f01bce commit 6d60865

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

packages/markitdown/src/setup.cfg

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[metadata]
22
name = openize-markitdown
3-
version =25.3.1
3+
version = 25.3.1
44
author = Openize
55
author_email = packages@openize.com
66
description = A document converter for Word, PDF, Excel, and PowerPoint to Markdown.
7-
long_description = file: README.md
7+
long_description = file: ../../../../README.md
88
long_description_content_type = text/markdown
99
license = MIT
1010
license_files = LICENSE
@@ -23,7 +23,7 @@ classifiers =
2323

2424
[options]
2525
package_dir =
26-
= packages
26+
= src
2727
packages = find_namespace:
2828
python_requires = >=3.7
2929
install_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]
3939
console_scripts =
40-
markitdown = packages.markitdown.src.openize.markitdown.main:main
40+
markitdown = openize.markitdown.main:main
41+

0 commit comments

Comments
 (0)