smartfile / client-python

SmartFile API Client (Python).
http://app.smartfile.com/api/
MIT License
20 stars 7 forks source link

README should be changed. #8

Closed Ryanb58 closed 8 years ago

Ryanb58 commented 8 years ago

Currently, the readme is of the form "restructured text". To keep things consistent across repositories we should update this to be a part of the markdown family instead.

btimby commented 8 years ago

NO, it should not change to md. rST is used because Python Package Index uses rST, and github also supports rST.

travcunn commented 8 years ago

Here is an example setup.py which allows your Python package to use Markdown (check out line 8) https://github.com/smartfile/file-versioning/blob/master/setup.py

I prefer markdown

giampaolo commented 8 years ago

Here is an example setup.py which allows your Python package to use Markdow

It requires pypandoc lib though.

travcunn commented 8 years ago

yeah true :( but the only person who needs to install it, is the person uploading to pypi