Commit 3e149d2f by rfkelly0

change license in setup.py to "BSD"

parent 49ff7c58
...@@ -15,7 +15,7 @@ implementations of this interface such as: ...@@ -15,7 +15,7 @@ implementations of this interface such as:
""" """
__version__ = "0.4.0a3" __version__ = "0.4.0a6"
__author__ = "Will McGugan (will@willmcgugan.com)" __author__ = "Will McGugan (will@willmcgugan.com)"
# 'base' imports * from 'path' and 'errors', so their # 'base' imports * from 'path' and 'errors', so their
......
...@@ -19,7 +19,7 @@ COMMANDS = ['fscat', ...@@ -19,7 +19,7 @@ COMMANDS = ['fscat',
classifiers = [ classifiers = [
'Development Status :: 3 - Alpha', 'Development Status :: 3 - Alpha',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'License :: OSI Approved :: Python Software Foundation License', 'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'Programming Language :: Python', 'Programming Language :: Python',
'Topic :: System :: Filesystems', 'Topic :: System :: Filesystems',
...@@ -29,7 +29,7 @@ setup(name='fs', ...@@ -29,7 +29,7 @@ setup(name='fs',
version=VERSION, version=VERSION,
description="Filesystem abstraction", description="Filesystem abstraction",
long_description="Creates a common interface to filesystems", long_description="Creates a common interface to filesystems",
license = "Python Software Foundation License", license = "BSD",
author="Will McGugan", author="Will McGugan",
author_email="will@willmcgugan.com", author_email="will@willmcgugan.com",
url="http://code.google.com/p/pyfilesystem/", url="http://code.google.com/p/pyfilesystem/",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment