Flipped around old and new verions of jmdict parser.
[jbparse.git] / setup.py
blobe148111e5faa71226a301851b2a328b795c8d58c
1 #!/usr/bin/env python
2 # -*- coding: utf-8 -*-
4 from distutils.core import setup
6 setup(name='jbparse',
7 version='0.2',
8 description='J-Ben parsing library',
9 author='Paul Goins',
10 author_email='general@vultaire.net',
11 url='http://jben.vultaire.net/',
12 packages=['jbparse'],
13 provides=['jbparse'],
14 classifiers=[
15 'Development Status :: 3 - Alpha',
16 'Intended Audience :: Developers',
17 'License :: OSI Approved :: BSD License',
18 'Natural Language :: English',
19 'Operating System :: Microsoft :: Windows :: Windows NT/2000',
20 'Operating System :: POSIX :: Linux',
21 'Programming Language :: Python',
22 'Topic :: Education',
23 'Topic :: Software Development :: Libraries :: Python Modules'