commit a1276ab01b88f494c13d5bf1f1b6da35918eef4f
parent 3626c9f3dded687c9ef6be241306f401dea61e0b
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:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
@@ -14,7 +14,6 @@ setup(
name='zeitungsschau',
version='0.5.0',
- py_modules=['zeitungsschau'],
packages=['zeitungsschau'],
scripts=['zs'],
@@ -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'
],
)