Async_ORM_Postgresql_Wrapper/setup.py
2021-10-05 05:14:45 -05:00

13 lines
418 B
Python

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.'
)