Skip to content

Commit

Permalink
rst conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Janusz Skonieczny committed May 29, 2014
1 parent 9b1bd07 commit 5b1096f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
from setuptools import setup, find_packages
from pip.req import parse_requirements

install_requires = parse_requirements(os.path.join(os.path.dirname(__file__), "requirements.txt"))
install_requires = parse_requirements(os.path.join(os.path.dirname(__file__), "requires.txt"))

with open('README.md') as readme:
long_description = readme.read()
import pypandoc
long_description = pypandoc.convert('README.md', 'rst', format='md')

setup_kwargs = {
'name': "flask-social-blueprint",
Expand Down

0 comments on commit 5b1096f

Please sign in to comment.