diff setup.py @ 70:a78c74c73d98 draft

Get rid of bogus "None" messages in the standard error pages.
author David Barts <n5jrn@me.com>
date Mon, 15 Jul 2019 13:13:46 -0700
parents d59811b95a62
children e8b3b336e63e
line wrap: on
line diff
--- a/setup.py	Mon Jul 15 08:13:51 2019 -0700
+++ b/setup.py	Mon Jul 15 13:13:46 2019 -0700
@@ -13,7 +13,7 @@
       author_email="tincan@bartsent.com",
       url='http://bartsent.com/tincan.pspx',
       py_modules=['tincan'],
-      scripts=['bin/install-static', 'bin/launch'],
+      scripts=['tincan.py', 'bin/install-static', 'bin/launch'],
       license='MIT',
       platforms='any',
       install_requires=['bottle>=0.12.0'],