ptvp35/setup.py
2023-06-16 12:23:43 +00:00

13 lines
240 B
Python

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