diff options
| author | Ultrabug <ultrabug@gentoo.org> | 2014-04-16 11:59:34 +0200 |
|---|---|---|
| committer | Ultrabug <ultrabug@gentoo.org> | 2014-04-16 11:59:34 +0200 |
| commit | 280a383cc84b048a686d4ac573e001a9b7891c46 (patch) | |
| tree | 93b8f98e46da144105321db4395238ec2b38882a /setup.py | |
| parent | 615c0939b97f1e476e33bc5d7d6c15f79e877988 (diff) | |
version 1.41.4
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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', ], ) |
