From 2a73f031a020b100a0112dab7eae0e65f5ea26f1 Mon Sep 17 00:00:00 2001 From: ZyX Date: Thu, 4 Sep 2014 08:46:03 +0400 Subject: [PATCH] Add download_url, license and classifiers to setup.py --- setup.py | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c34d8424..12d6717f 100755 --- a/setup.py +++ b/setup.py @@ -57,10 +57,28 @@ setup( version='beta', description='The ultimate statusline/prompt utility.', long_description=README, - classifiers=[], + classifiers=[ + 'Development Status :: 4 - Beta', + 'Environment :: Console', + 'Environment :: Plugins', + 'Intended Audience :: End Users/Desktop', + 'License :: OSI Approved :: MIT License', + 'Natural Language :: English', + 'Operating System :: Microsoft :: Windows', + 'Operating System :: POSIX', + 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: Implementation :: CPython', + 'Programming Language :: Python :: Implementation :: PyPy', + ], + download_url='https://github.com/Lokaltog/powerline/archive/develop.zip', author='Kim Silkebaekken', author_email='kim.silkebaekken+vim@gmail.com', url='https://github.com/Lokaltog/powerline', + license='MIT', # XXX Python 3 doesn't allow compiled C files to be included in the scripts # list below. This is because Python 3 distutils tries to decode the file to # ASCII, and fails when powerline-client is a binary.