2 # -*- coding: utf-8 -*-
4 from distutils
.core
import setup
5 from jblite
import VERSION
9 description
='J-Ben SQLite parsing scripts',
11 author_email
='general@vultaire.net',
12 url
='http://jben.vultaire.net/',
15 'Development Status :: 4 - Beta',
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',
23 'Topic :: Software Development :: Libraries :: Python Modules'