Skip to content

Commit

Permalink
Merge pull request #8 from brunogfranca/master
Browse files Browse the repository at this point in the history
Fixing pip install bug
  • Loading branch information
Thiago Avelino committed Aug 3, 2014
2 parents 37a4331 + e5811b8 commit 2f5df82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from setuptools import setup
from setuptools import setup, find_packages

description = "Bootle authentication, for Personal, Google, Twitter and "\
"facebook."
Expand All @@ -12,7 +12,7 @@
author="Thiago Avelino",
author_email="[email protected]",
url='https://github.com/avelino/bottle-auth',

packages=find_packages(),
package_dir={'bottle_auth': 'bottle_auth'},

install_requires=['webob', 'bottle', 'bottle-mongo', 'bottle-beaker'],
Expand Down

0 comments on commit 2f5df82

Please sign in to comment.