aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGravatar Jon Bernard <jbernard@tuxion.com> 2011-11-01 12:43:33 -0400
committerGravatar Jon Bernard <jbernard@tuxion.com> 2011-11-01 12:43:33 -0400
commit7b0ea7b095736ce6b95ec2dbbdd73dc03f36136c (patch)
treece80469abb718a833104878cde56b7190233e46b /setup.py
parent8d249dcdb137b1a587c4c4714524dc07136579bf (diff)
downloaddotfiles-7b0ea7b095736ce6b95ec2dbbdd73dc03f36136c.tar.gz
dotfiles-7b0ea7b095736ce6b95ec2dbbdd73dc03f36136c.tar.bz2
dotfiles-7b0ea7b095736ce6b95ec2dbbdd73dc03f36136c.zip
Switch to ISC license
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
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',
),