from setuptools import setup setup( name='Async-Postgresql-Wrapper', version='0.8.0', packages=['Database'], url='gitlab.orion-technologies.io/Open-Source/Async-Postgresql-Wrapper', license='MIT', author='pricehiller', author_email='philler3138@gmail.com', description='A simple sqlalchemly database wrapper to simplify asynchronous connections to Postgresql databases with an orm.' )