v6d0auth/setup.py
2021-11-27 18:21:18 +03:00

13 lines
198 B
Python

from setuptools import setup
setup(
name='v6d0auth',
version='',
packages=['v6d0auth'],
url='',
license='',
author='PARRRATE T&V',
author_email='',
description=''
)