From: Lyz Date: Mon, 8 Jan 2018 23:22:23 +0000 (+0100) Subject: [fix] small fix to rebuild X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/1225677a596f1c36eb54ed15459ac9a40f0233e2 [fix] small fix to rebuild --- diff --git a/setup.py b/setup.py index 360504e..902f1c4 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,6 @@ setup( "Programming Language :: Python :: 3.3", 'License :: OSI Approved :: BSD License', 'Topic :: Software Development :: Libraries :: Python Modules', - 'Intended Audience :: Developers', + 'Intended Audience :: Developers' ], )