""" Project information. """ name = 'py-postgresql' identity = 'http://github.com/python-postgres/fe' meaculpa = 'python-postgres' abstract = 'Driver and tools library for PostgreSQL' version_info = (1, 3, 1) version = '.'.join(map(str, version_info))