Skip to content

Commit

Permalink
Merge remote-tracking branch 'jeanphix/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
flashingpumpkin committed Jan 9, 2012
2 parents 43aeaaf + b207189 commit b0491d3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Expand Up @@ -10,7 +10,8 @@
description='Django app providing registration through a variety of APIs',
long_description=open('README.rst').read(),
url='http://github.com/flashingpumpkin/django-socialregistration',
keywords='django facebook twitter oauth openid registration foursquare linkedin github oauth2',
keywords='django facebook twitter oauth openid registration foursquare '\
'linkedin github oauth2',
install_requires=['oauth2', 'python-openid', 'mock'],
include_package_data=True,
classifiers=[
Expand All @@ -27,12 +28,12 @@
packages=find_packages(),
package_data={
'socialregistration': [
'templates/*',
'contrib/*/templates/*'
'templates/socialregistration/*',
'contrib/*/templates/socialregistration/*/templates/'\
'socialregistration/*/*'
]
}
)

if __name__ == '__main__':
setup(**METADATA)

0 comments on commit b0491d3

Please sign in to comment.