diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2011-07-08 12:03:57 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2011-07-08 12:03:57 +0000 |
| commit | c48834ccb033a861669a27fab6b507d3fdd043a3 (patch) | |
| tree | f19a5092fff519adfaa8d21575d9ea2723c4dd0c /docutils/setup.py | |
| parent | fe9fdd291ee0f14a2bd2c71aaa1332b49b8c9620 (diff) | |
| download | docutils-c48834ccb033a861669a27fab6b507d3fdd043a3.tar.gz | |
pypi license text changed (a little)
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7089 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/setup.py')
| -rwxr-xr-x | docutils/setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docutils/setup.py b/docutils/setup.py index e7e36ee8b..4c10f6282 100755 --- a/docutils/setup.py +++ b/docutils/setup.py @@ -188,8 +188,8 @@ classifiers = [ 'Intended Audience :: Developers', 'Intended Audience :: System Administrators', 'License :: Public Domain', - 'License :: OSI Approved :: Python Software Foundation License 2.1.1', - 'License :: OSI Approved :: BSD', + 'License :: OSI Approved :: Python Software Foundation License', + 'License :: OSI Approved :: BSD License', 'License :: OSI Approved :: GNU General Public License (GPL)', 'Operating System :: OS Independent', 'Programming Language :: Python', |
