Skip to content

Commit

Permalink
fixing pip install bug
Browse files Browse the repository at this point in the history
  • Loading branch information
brunogfranca committed Aug 3, 2014
1 parent 37a4331 commit e5811b8
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 e5811b8

Please sign in to comment.