13 lines
241 B
Python
13 lines
241 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
name='ptvp35',
|
|
version='1.1rc3',
|
|
packages=['ptvp35'],
|
|
url='https://gitea.ongoteam.net/PTV/ptvp35',
|
|
license='MIT',
|
|
author='PARRRATE TNV',
|
|
author_email='',
|
|
description='',
|
|
)
|