Mercurial > hg > bitsyauth
diff setup.py @ 30:0bf52646061b
example/persona.html example/persona.py setup.py
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 27 Dec 2013 11:24:23 -0800 |
parents | 9aa73d2d5aa8 |
children | 6af220013aa1 |
line wrap: on
line diff
--- a/setup.py Thu Dec 26 23:44:43 2013 -0800 +++ b/setup.py Fri Dec 27 11:24:23 2013 -0800 @@ -1,4 +1,4 @@ -from setuptools import setup, find_packages +from setuptools import setup version = '0.1.2' @@ -13,7 +13,7 @@ author_email='k0scist@gmail.com', url='http://k0s.org/hg/bitsyauth', license='GPL', - packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), + packages=['bitsyauth'], include_package_data=True, zip_safe=False, install_requires=['Paste', @@ -21,6 +21,7 @@ 'markup', # TO DEPRECATE 'skimpygimpy', 'PyBrowserID', + 'WebOb', ], dependency_links=[ 'http://svn.pythonpaste.org/Paste/trunk#egg=Paste',