Skip to content

Commit e468ac1

Browse files
committed
switch to setuptools; bump version
1 parent f87b8db commit e468ac1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#! /usr/bin/env python
22
import codecs
33
import sys
4-
from distutils.core import setup
4+
from setuptools import setup
55

6-
__version__ = '0.1'
6+
__version__ = '1.0'
77

88

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

3131
classifiers=[
32-
'Development Status :: 3 - Alpha',
32+
'Development Status :: 5 - Production/Stable',
3333
'Intended Audience :: Developers',
3434
'License :: OSI Approved :: Artistic License',
3535
'Programming Language :: Python',

0 commit comments

Comments
 (0)