Skip to content

Commit

Permalink
Add CONTRIBUTING file to package description
Browse files Browse the repository at this point in the history
  • Loading branch information
treyhunner committed May 14, 2013
1 parent 19b3dd6 commit ac92bff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -11,6 +11,7 @@
long_description='\n\n'.join((
open('README.rst').read(),
open('CHANGES.rst').read(),
open('CONTRIBUTING.rst').read(),
)),
license=names.__license__,
packages=find_packages(),
Expand Down

0 comments on commit ac92bff

Please sign in to comment.