Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown cell and installation fixes. #10

Merged
merged 8 commits into from
Feb 3, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed setup.py long description.
  • Loading branch information
kirbs- committed Feb 3, 2016
commit ef20ea51626a51cbf90ebd321f7159802edea6f7
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def run(self):


# Get the long description from the relevant file
with open('hide_code/README.txt', encoding='utf-8') as f:
with open('README.rst', encoding='utf-8') as f:
long_description = f.read()

setup(
Expand Down