summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2010-12-16 22:58:06 +0000
committerrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2010-12-16 22:58:06 +0000
commit3e149d2fffc338b7eb66cb7f4d25aa94e0fd6944 (patch)
tree51bcc31f32b3bf16afeaa690edac3adf2326546c /setup.py
parent49ff7c5863812bbc6a69fd257d770f5e23035066 (diff)
downloadpyfilesystem-git-3e149d2fffc338b7eb66cb7f4d25aa94e0fd6944.tar.gz
change license in setup.py to "BSD"
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 8d3c7b5..efbf170 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ COMMANDS = ['fscat',
classifiers = [
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
- 'License :: OSI Approved :: Python Software Foundation License',
+ 'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: System :: Filesystems',
@@ -29,7 +29,7 @@ setup(name='fs',
version=VERSION,
description="Filesystem abstraction",
long_description="Creates a common interface to filesystems",
- license = "Python Software Foundation License",
+ license = "BSD",
author="Will McGugan",
author_email="will@willmcgugan.com",
url="http://code.google.com/p/pyfilesystem/",