setup.py
changeset 102 fda45bdfd68d
parent 101 2a2d0d5df03b
child 104 d8ff52a0390f
equal deleted inserted replaced
101:2a2d0d5df03b 102:fda45bdfd68d
     2 
     2 
     3 from distutils.core import setup
     3 from distutils.core import setup
     4 
     4 
     5 setup(
     5 setup(
     6     name='pgtoolkit',
     6     name='pgtoolkit',
     7     version='0.4.0',
     7     version='0.4.1',
     8     description='Postgres utilities, build on top of psycopg2',
     8     description='Postgres utilities, build on top of psycopg2',
     9     author='Radek Brich',
     9     author='Radek Brich',
    10     author_email='radek.brich@devl.cz',
    10     author_email='radek.brich@devl.cz',
    11     url='http://hg.devl.cz/pgtoolkit',
    11     url='http://hg.devl.cz/pgtoolkit',
    12     keywords=['postgresql', 'psycopg2', 'pool', 'keepalive'],
    12     keywords=['postgresql', 'psycopg2', 'pool', 'keepalive'],