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
2d202898
Commit
2d202898
authored
Dec 29, 2011
by
willmcgugan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweaks
parent
ea0d2e43
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
LICENSE.txt
+1
-1
setup.py
+4
-0
tox.ini
+3
-1
No files found.
LICENSE.txt
View file @
2d202898
Copyright (c) 2009-201
0
, Will McGugan <will@willmcgugan.com> and contributors.
Copyright (c) 2009-201
2
, Will McGugan <will@willmcgugan.com> and contributors.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
...
...
setup.py
View file @
2d202898
...
...
@@ -28,6 +28,10 @@ classifiers = [
'License :: OSI Approved :: BSD License'
,
'Operating System :: OS Independent'
,
'Programming Language :: Python'
,
'Programming Language :: Python :: 2.5'
,
'Programming Language :: Python :: 2.6'
,
'Programming Language :: Python :: 2.7'
,
'Programming Language :: Python :: 3'
,
'Topic :: System :: Filesystems'
,
]
...
...
tox.ini
View file @
2d202898
[tox]
envlist
=
py25,py26,py27,py32
envlist
=
py25,py26,py27,py31,py32,pypy
sitepackages
=
False
[testenv]
deps
=
distribute
six
...
...
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