From 5aeaea1704f3893658fd45b40a1aa616f9cc326e Mon Sep 17 00:00:00 2001
From: timotheyca <tim@ongoteam.yaconnect.com>
Date: Sat, 24 Jul 2021 15:12:06 +0300
Subject: [PATCH] setup.py

---
 setup.py | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 setup.py

diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..2b1a7c0
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,12 @@
+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=''
+)