ptvp35/setup.py
2021-07-24 15:12:06 +03:00

13 lines
231 B
Python

from setuptools import setup
setup(
name='ptvp35',
version='',
packages=['ptvp35'],
url='https://gitea.ongoteam.net/PTV/ptvp35',
license='',
author='PARRRATE T&V',
author_email='',
description=''
)