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
41cbfe3a
Commit
41cbfe3a
authored
Sep 15, 2014
by
Piotr Mitros
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved README to be a .md
parent
ca0ea110
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
MANIFEST.in
+2
-1
README.md
+0
-0
setup.py
+1
-1
No files found.
MANIFEST.in
View file @
41cbfe3a
include AUTHORS
include README.
txt
include README.
md
include LICENSE.txt
include CHANGES.txt
\ No newline at end of file
README.
txt
→
README.
md
View file @
41cbfe3a
File moved
setup.py
View file @
41cbfe3a
...
...
@@ -34,7 +34,7 @@ classifiers = [
'Topic :: System :: Filesystems'
,
]
with
open
(
'README.
txt
'
,
'r'
)
as
f
:
with
open
(
'README.
md
'
,
'r'
)
as
f
:
long_desc
=
f
.
read
()
...
...
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