Skip to content

Commit

Permalink
Point setup.py to the proper README file
Browse files Browse the repository at this point in the history
This fixes issues with installing the library through pip (since `README` was renamed to `README.rst`)
  • Loading branch information
rtpg committed Mar 8, 2016
1 parent 1109fd3 commit aa7987b
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit aa7987b

Please sign in to comment.