From: Max Value <greenwoodw50@gmail.com> Date: Thu, 6 Mar 2025 22:43:18 +0000 (+0000) Subject: added setup.py X-Git-Url: https://git.ozva.co.uk/?a=commitdiff_plain;h=5f3f5b3f5b2d04876dfb89f3b355583b6285b8e7;p=shopping-channel added setup.py --- diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..29b2926 --- /dev/null +++ b/setup.py @@ -0,0 +1,5 @@ +from distutils.core import setup +setup(name='teleshopping', + version='1.0', + py_modules=['teleshopping'], + )