Commit 76f23fe7 authored by Kevin Lyda's avatar Kevin Lyda 💬
Browse files

Metadata fixes for setup.py.

parent c20ad79f
......@@ -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',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment