Skip to content

Commit

Permalink
use module version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismattmann committed Jul 14, 2016
1 parent ebb1199 commit 3dc6346
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
# $Id$

import os.path
import tika

try:
from ez_setup import use_setuptools
Expand All @@ -31,7 +32,7 @@
except ImportError:
from distutils.core import setup, find_packages

version = '1.13.1'
version = tika.__version__

_descr = u'''**********
tika
Expand Down

0 comments on commit 3dc6346

Please sign in to comment.