We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ea580 commit cbb2bccCopy full SHA for cbb2bcc
setup.py
@@ -34,7 +34,7 @@
34
35
version = tika.__version__
36
37
-with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
+with open(os.path.join(this_directory, 'README.md'), encoding='utf-8') as f:
38
_descr = f.read()
39
40
_keywords = 'tika digital babel fish apache'
0 commit comments