Skip to content

Commit

Permalink
update setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
nournia committed Dec 16, 2014
1 parent a8dddd9 commit 84d65f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
from distutils.core import setup

setup(name='hazm',
version='0.3',
version='0.4',
description='Python library for digesting Persian text.',
author='Alireza Nourian',
author_email='alireza.nournia@gmail.com',
author_email='az.nourian@gmail.com',
url='http://www.sobhe.ir/hazm/',
packages=['hazm'],
package_data={'hazm': ['data/*.dat']},
Expand Down

0 comments on commit 84d65f4

Please sign in to comment.