Skip to content

Commit

Permalink
updated text and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Jan 16, 2012
1 parent 2b498fb commit a62f19f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(name='browsermob-proxy',
version='0.0.1',
description='A simple Assertion Framework',
description='A library for interacting with the Browsermob Proxy',
author='David Burns',
author_email='david.burns at theautomatedtester dot co dot uk',
url='http://oss.theautomatedtester.co.uk/browsermob-proxy-py',
Expand All @@ -15,4 +15,6 @@
'Topic :: Software Development :: Testing',
'Topic :: Software Development :: Libraries',
'Programming Language :: Python'],
packages = find_packages() )
packages = find_packages(),
install_requires=['httplib2==0.7.0'],
)

0 comments on commit a62f19f

Please sign in to comment.