From 7b0ea7b095736ce6b95ec2dbbdd73dc03f36136c Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Tue, 1 Nov 2011 12:43:33 -0400 Subject: Switch to ISC license --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 098e351..29763a3 100755 --- a/setup.py +++ b/setup.py @@ -32,12 +32,12 @@ setup(name='dotfiles', author_email='jbernard@tuxion.com', url='https://github.com/jbernard/dotfiles', packages=['dotfiles'], - license='GPL', + license='ISC', classifiers=( 'Development Status :: 4 - Beta', 'Environment :: Console', 'Intended Audience :: Developers', - 'License :: OSI Approved :: GNU General Public License (GPL)', + 'License :: OSI Approved :: ISC License (ISCL)' 'Natural Language :: English', 'Programming Language :: Python', ), -- cgit v1.2.3