kd2.py also now uses BaseDictionary for entry lookup support.
[jblite.git] / setup.py
blob2e2fd225747888e4d9cb2529353f7b7637fa1605
1 #!/usr/bin/env python
2 # -*- coding: utf-8 -*-
4 from distutils.core import setup
6 setup(name='jblite',
7 version='0.3.1',
8 description='J-Ben SQLite parsing scripts',
9 author='Paul Goins',
10 author_email='general@vultaire.net',
11 url='http://jben.vultaire.net/',
12 packages=['jblite'],
13 classifiers=[
14 'Development Status :: 4 - Beta',
15 'Intended Audience :: Developers',
16 'License :: OSI Approved :: BSD License',
17 'Natural Language :: English',
18 'Operating System :: Microsoft :: Windows :: Windows NT/2000',
19 'Operating System :: POSIX :: Linux',
20 'Programming Language :: Python',
21 'Topic :: Education',
22 'Topic :: Software Development :: Libraries :: Python Modules'