Skip to content

Commit

Permalink
switch to setuptools; bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Aug 13, 2015
1 parent f87b8db commit e468ac1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#! /usr/bin/env python
import codecs
import sys
from distutils.core import setup
from setuptools import setup

__version__ = '0.1'
__version__ = '1.0'


if sys.version_info >= (3, ):
Expand All @@ -29,7 +29,7 @@
package_data={'text_unidecode': ['data.bin']},

classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: Artistic License',
'Programming Language :: Python',
Expand Down

0 comments on commit e468ac1

Please sign in to comment.