Skip to content

Commit cbb2bcc

Browse files
committed
Switch to markdown on PyPI long description.
1 parent e6ea580 commit cbb2bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
version = tika.__version__
3636

37-
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
37+
with open(os.path.join(this_directory, 'README.md'), encoding='utf-8') as f:
3838
_descr = f.read()
3939

4040
_keywords = 'tika digital babel fish apache'

0 commit comments

Comments
 (0)