tRemove error messages and add development category to setup.py. - zs - Zeitungsschau rss to email converter
 (HTM) git clone git://r-36.net/zs
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit a1276ab01b88f494c13d5bf1f1b6da35918eef4f
 (DIR) parent 3626c9f3dded687c9ef6be241306f401dea61e0b
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Tue,  5 Jun 2018 14:06:50 +0200
       
       Remove error messages and add development category to setup.py.
       
       Diffstat:
         setup.py                            |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/setup.py b/setup.py
       t@@ -14,7 +14,6 @@ setup(
                name='zeitungsschau',
                version='0.5.0',
        
       -        py_modules=['zeitungsschau'],
                packages=['zeitungsschau'],
                scripts=['zs'],
        
       t@@ -40,7 +39,8 @@ setup(
                        'Operating System :: OS Independent',
                        'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
                        'Programming Language :: Python',
       -                'Topic :: Communications :: Email'
       +                'Topic :: Communications :: Email',
       +                'Development Status :: 5 - Production/Stable'
                ],
        )