From ce5054af7997b176fbba117ccd8017e6a56d1831 Mon Sep 17 00:00:00 2001 From: SheetJS Date: Tue, 5 May 2015 00:16:39 -0700 Subject: [PATCH] typo in setup.py [ci skip] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 19bd1c8..3efd928 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ This module can generate fraction representations using: license = "Apache-2.0", keywords = ['frac', 'fraction', 'rational', 'approximation'], classifiers = [ - 'Development Status :: 5 - Production/Stable' + 'Development Status :: 5 - Production/Stable', 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent', 'Topic :: Scientific/Engineering :: Mathematics',