Commit 3e149d2f by rfkelly0

change license in setup.py to "BSD"

parent 49ff7c58
......@@ -15,7 +15,7 @@ implementations of this interface such as:
"""
__version__ = "0.4.0a3"
__version__ = "0.4.0a6"
__author__ = "Will McGugan (will@willmcgugan.com)"
# 'base' imports * from 'path' and 'errors', so their
......
......@@ -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/",
......
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