from setuptools import setup

setup(
    name='ptvp35',
    version='',
    packages=['ptvp35'],
    url='https://gitea.ongoteam.net/PTV/ptvp35',
    license='',
    author='PARRRATE TNV',
    author_email='',
    description=''
)