From 76f23fe7c196c6d1d756196260da75111e917418 Mon Sep 17 00:00:00 2001
From: Kevin Lyda <kevin@ie.suberic.net>
Date: Wed, 2 May 2012 19:03:40 +0100
Subject: [PATCH] Metadata fixes for setup.py.

---
 setup.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index a1bc11d..dc52504 100755
--- a/setup.py
+++ b/setup.py
@@ -122,7 +122,7 @@ setup(
               'dist_clean': CleanCommand
              },
     name='chkcrontab',
-    version='1.0',
+    version='1.1',
     url='http://code.google.com/p/chkcrontab',
     author='Kevin Lyda',
     author_email='lyda@google.com',
@@ -132,6 +132,8 @@ setup(
     scripts=['chkcrontab.py'],
     keywords='check lint crontab',
     # See http://pypi.python.org/pypi?%3Aaction=list_classifiers
+    license = 'Apache Software License',
+    platforms = ['POSIX'],
     classifiers=['Development Status :: 5 - Production/Stable',
                  'Environment :: Console',
                  'License :: OSI Approved :: Apache Software License',
-- 
GitLab