Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pyfs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
pyfs
Commits
3e149d2f
Commit
3e149d2f
authored
Dec 16, 2010
by
rfkelly0
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change license in setup.py to "BSD"
parent
49ff7c58
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
fs/__init__.py
+1
-1
setup.py
+2
-2
No files found.
fs/__init__.py
View file @
3e149d2f
...
...
@@ -15,7 +15,7 @@ implementations of this interface such as:
"""
__version__
=
"0.4.0a
3
"
__version__
=
"0.4.0a
6
"
__author__
=
"Will McGugan (will@willmcgugan.com)"
# 'base' imports * from 'path' and 'errors', so their
...
...
setup.py
View file @
3e149d2f
...
...
@@ -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/"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment