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
fa7b8da1
Commit
fa7b8da1
authored
Mar 14, 2014
by
willmcgugan@gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweaks for 0.5.0
parent
1eaa36f1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fs/__init__.py
+1
-1
setup.py
+1
-1
No files found.
fs/__init__.py
View file @
fa7b8da1
...
@@ -15,7 +15,7 @@ implementations of this interface such as:
...
@@ -15,7 +15,7 @@ implementations of this interface such as:
"""
"""
__version__
=
"0.5.0
-dev
"
__version__
=
"0.5.0"
__author__
=
"Will McGugan (will@willmcgugan.com)"
__author__
=
"Will McGugan (will@willmcgugan.com)"
# provide these by default so people can use 'fs.path.basename' etc.
# provide these by default so people can use 'fs.path.basename' etc.
...
...
setup.py
View file @
fa7b8da1
...
@@ -42,7 +42,7 @@ extra = {}
...
@@ -42,7 +42,7 @@ extra = {}
if
PY3
:
if
PY3
:
extra
[
"use_2to3"
]
=
True
extra
[
"use_2to3"
]
=
True
setup
(
install_requires
=
[
'
distribute
'
,
'six'
],
setup
(
install_requires
=
[
'
setuptools
'
,
'six'
],
name
=
'fs'
,
name
=
'fs'
,
version
=
VERSION
,
version
=
VERSION
,
description
=
"Filesystem abstraction layer"
,
description
=
"Filesystem abstraction layer"
,
...
...
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