]> OzVa Git service - shopping-channel/commitdiff
added setup.py
authorMax Value <greenwoodw50@gmail.com>
Thu, 6 Mar 2025 22:43:18 +0000 (22:43 +0000)
committerMax Value <greenwoodw50@gmail.com>
Thu, 6 Mar 2025 22:43:18 +0000 (22:43 +0000)
setup.py [new file with mode: 0644]

diff --git a/setup.py b/setup.py
new file mode 100644 (file)
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'],
+      )