Skip to content

Commit

Permalink
Adding 'urllib3.contrib' to setup.py (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
shazow committed Mar 25, 2013
1 parent 0885df0 commit b08c501
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -44,8 +44,9 @@
author_email='andrey.petrov@shazow.net', author_email='andrey.petrov@shazow.net',
url='http://urllib3.readthedocs.org/', url='http://urllib3.readthedocs.org/',
license='MIT', license='MIT',
packages=['urllib3', 'dummyserver', 'urllib3.packages', packages=['urllib3', 'dummyserver',
'urllib3.packages.ssl_match_hostname', 'urllib3.packages', 'urllib3.packages.ssl_match_hostname',
'urllib3.contrib',
], ],
requires=requirements, requires=requirements,
tests_require=tests_requirements, tests_require=tests_requirements,
Expand Down

0 comments on commit b08c501

Please sign in to comment.