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='' +)