author | Radek Brich <radek.brich@devl.cz> |
Wed, 09 Jul 2014 18:04:11 +0200 | |
changeset 105 | 10551741f61f |
parent 104 | d8ff52a0390f |
permissions | -rwxr-xr-x |
#!/usr/bin/env python3 from distutils.core import setup setup( name='pydbkit', version='0.4.2', description='Database tools and libraries, focused on PostgreSQL.', author='Radek Brich', author_email='radek.brich@devl.cz', url='http://hg.devl.cz/pydbkit', keywords=['postgresql', 'psycopg2', 'pool', 'keepalive'], packages=['pydbkit', 'pydbkit.tools'], scripts=['pgtool'], )