ptvp35/setup.py
2022-11-21 12:22:42 +00:00

13 lines
237 B
Python

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