There was an error while loading. Please reload this page.
1 parent f87b8db commit e468ac1Copy full SHA for e468ac1
setup.py
@@ -1,9 +1,9 @@
1
#! /usr/bin/env python
2
import codecs
3
import sys
4
-from distutils.core import setup
+from setuptools import setup
5
6
-__version__ = '0.1'
+__version__ = '1.0'
7
8
9
if sys.version_info >= (3, ):
@@ -29,7 +29,7 @@
29
package_data={'text_unidecode': ['data.bin']},
30
31
classifiers=[
32
- 'Development Status :: 3 - Alpha',
+ 'Development Status :: 5 - Production/Stable',
33
'Intended Audience :: Developers',
34
'License :: OSI Approved :: Artistic License',
35
'Programming Language :: Python',
0 commit comments