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 cbb2bcc commit 815415eCopy full SHA for 815415e
setup.py
@@ -34,7 +34,7 @@
34
35
version = tika.__version__
36
37
-with open(os.path.join(this_directory, 'README.md'), encoding='utf-8') as f:
+with open(os.path.join('.', 'README.md'), encoding='utf-8') as f:
38
_descr = f.read()
39
40
_keywords = 'tika digital babel fish apache'
0 commit comments