Commit 41cbfe3a by Piotr Mitros

Moved README to be a .md

parent ca0ea110
include AUTHORS include AUTHORS
include README.txt include README.md
include LICENSE.txt include LICENSE.txt
include CHANGES.txt include CHANGES.txt
\ No newline at end of file
...@@ -34,7 +34,7 @@ classifiers = [ ...@@ -34,7 +34,7 @@ classifiers = [
'Topic :: System :: Filesystems', 'Topic :: System :: Filesystems',
] ]
with open('README.txt', 'r') as f: with open('README.md', 'r') as f:
long_desc = f.read() long_desc = f.read()
......
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