setup.py
changeset 82 7b82dc1fb6f5
parent 67 78478a49c0bd
child 93 b72591087495
equal deleted inserted replaced
81:f709b1c7ca0c 82:7b82dc1fb6f5
     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.3.0',
     7     version='0.3.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'],