From ec3ccfcd8a8b718b9c7ddac93a5d0a694afc7858 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Tue, 8 Jul 2014 09:54:58 -0400 Subject: Fix typo in setup.py classifiers --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index da6cb20..9c60ef7 100644 --- a/setup.py +++ b/setup.py @@ -27,8 +27,8 @@ setup( dotfiles=dotfiles.cli:main ''', classifiers=[ - 'License :: OSI Approved :: ISC License (ISCL)' 'Programming Language :: Python', 'Programming Language :: Python :: 3', + 'License :: OSI Approved :: ISC License (ISCL)' ], ) -- cgit v1.2.3