summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2013-09-17 11:02:31 -0700
committerThomas Kluyver <takowl@gmail.com>2013-09-17 11:02:31 -0700
commita25c48ceb5379c7000874500a1a0a8d660686f67 (patch)
tree677fbe72c011a066efd7c0d531989dafe74a99af /setup.py
parent3349aba986ec86bada083103491b1597eb7bbfb5 (diff)
downloadpexpect-a25c48ceb5379c7000874500a1a0a8d660686f67.tar.gz
Make licenses in setup.py match license on files.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 866eb89..be90f18 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ setup (name='pexpect',
author='Noah Spurrier',
author_email='noah@noah.org',
url='http://pexpect.sourceforge.net/',
- license='MIT license',
+ license='ISC license',
platforms='UNIX',
classifiers = [
'Development Status :: 4 - Beta',
@@ -18,7 +18,7 @@ setup (name='pexpect',
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
'Intended Audience :: Quality Engineers',
- 'License :: OSI Approved :: Python Software Foundation License',
+ 'License :: OSI Approved :: ISC License (ISCL)',
'Operating System :: POSIX',
'Operating System :: MacOS :: MacOS X',
'Programming Language :: Python',