We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7afc634 commit 7eb998aCopy full SHA for 7eb998a
1 file changed
packages/markitdown/src/setup.cfg
@@ -4,7 +4,7 @@ version = 25.3.1
4
author = Openize
5
author_email = packages@openize.com
6
description = A document converter for Word, PDF, Excel, and PowerPoint to Markdown.
7
-long_description = file:README.md
+long_description = file:src/README.md
8
long_description_content_type = text/markdown
9
license = MIT
10
license_files = LICENSE
@@ -23,7 +23,7 @@ classifiers =
23
24
[options]
25
package_dir =
26
- = openize
+ = src
27
packages = find_namespace:
28
python_requires = >=3.7
29
install_requires =
@@ -33,7 +33,7 @@ install_requires =
33
openai>=1.0.0
34
35
[options.packages.find]
36
-where = openize
+where = src
37
38
[options.entry_points]
39
console_scripts =
0 commit comments