Skip to content

Commit 7eb998a

Browse files
Update setup.cfg
1 parent 7afc634 commit 7eb998a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/markitdown/src/setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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:src/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-
= openize
26+
= src
2727
packages = find_namespace:
2828
python_requires = >=3.7
2929
install_requires =
@@ -33,7 +33,7 @@ install_requires =
3333
openai>=1.0.0
3434

3535
[options.packages.find]
36-
where = openize
36+
where = src
3737

3838
[options.entry_points]
3939
console_scripts =

0 commit comments

Comments
 (0)