Skip to content
Merged
Changes from all commits
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
Point setup.py to the proper README file
This fixes issues with installing the library through pip (since `README` was renamed to `README.rst`)
  • Loading branch information
rtpg committed Mar 8, 2016
commit aa7987bfbd92f5745ff49e6f7f7902a86dbf8e7f
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read(*rnames):
name='djangosaml2-knaperek',
version='0.14.0',
description='pysaml2 integration for Django',
long_description='\n\n'.join([read('README'), read('CHANGES')]),
long_description='\n\n'.join([read('README.rst'), read('CHANGES')]),
classifiers=[
"Development Status :: 3 - Alpha",
"Environment :: Web Environment",
Expand Down