Skip to content

Commit

Permalink
Fix setup installation dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncjones committed Feb 20, 2014
1 parent 0158253 commit cebc2fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -7,13 +7,13 @@

setup(
name='python-guerrillamail',
version='0.1.0',
version='0.1.1',
description='Client for the Guerrillamail temporary email server',
author='Nathan Jones',
url='https://github.com/ncjones/python-guerrillamail',
py_modules=['guerrillamail'],
requires=[
'requests(==2.2.1)',
install_requires=[
'requests',
],
classifiers=[
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)'
Expand Down

0 comments on commit cebc2fa

Please sign in to comment.