From 280a383cc84b048a686d4ac573e001a9b7891c46 Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Wed, 16 Apr 2014 11:59:34 +0200 Subject: version 1.4 --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 73ed0ab..9a51c1b 100755 --- a/setup.py +++ b/setup.py @@ -15,11 +15,11 @@ def read(fname): setup( name='py3status', - version='1.3', + version='1.4', author='Ultrabug', author_email='ultrabug@ultrabug.net', description='py3status is an extensible i3status wrapper written in python', - long_description=read('README.rst'), + long_description=read('README.md'), url='https://github.com/ultrabug/py3status', download_url='https://github.com/ultrabug/py3status/tags', license='BSD', @@ -42,6 +42,7 @@ setup( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', 'Topic :: Software Development :: Libraries :: Python Modules', ], ) -- cgit v1.3