diff options
| author | Thomas Kluyver <takowl@gmail.com> | 2013-09-17 11:02:31 -0700 |
|---|---|---|
| committer | Thomas Kluyver <takowl@gmail.com> | 2013-09-17 11:02:31 -0700 |
| commit | a25c48ceb5379c7000874500a1a0a8d660686f67 (patch) | |
| tree | 677fbe72c011a066efd7c0d531989dafe74a99af /setup.py | |
| parent | 3349aba986ec86bada083103491b1597eb7bbfb5 (diff) | |
| download | pexpect-a25c48ceb5379c7000874500a1a0a8d660686f67.tar.gz | |
Make licenses in setup.py match license on files.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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', |
