From 1225677a596f1c36eb54ed15459ac9a40f0233e2 Mon Sep 17 00:00:00 2001 From: Lyz Date: Tue, 9 Jan 2018 00:22:23 +0100 Subject: [PATCH] [fix] small fix to rebuild --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ], ) -- 2.39.2