Skip to content

MAINT: Updates for 0.1 alpha release #1135

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

Merged
merged 8 commits into from
Apr 30, 2015
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
Next Next commit
ENH: Update setup.py so it uses README.rst
  • Loading branch information
ElDeveloper committed Apr 29, 2015
commit be8bbf673cd54d4e1804249f10da6e3ffedca8b7
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
Operating System :: MacOS :: MacOS X
"""

long_description = """Qiita: Spot Patterns"""
with open('README.rst') as f:
long_description = f.read()

classifiers = [s.strip() for s in classes.split('\n') if s]

Expand Down