Skip to content

Commit

Permalink
Updating setup.py to install require requests
Browse files Browse the repository at this point in the history
  • Loading branch information
maraujop committed Nov 8, 2011
1 parent 3cebe9e commit bb3a902
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -16,7 +16,8 @@
KEYWORDS = 'mailchimp api wrapper 1.3'


setup(name = 'mailsnake',
setup(
name = 'mailsnake',
version = mailsnake.__version__,
description = """MailChimp API v1.3 wrapper for Python.""",
author = mailsnake.__author__,
Expand All @@ -26,4 +27,5 @@
classifiers = CLASSIFIERS,
keywords = KEYWORDS,
zip_safe = True,
install_requires = ['requests'],
)

0 comments on commit bb3a902

Please sign in to comment.