Skip to content

Commit

Permalink
createsend package details updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdennes committed Feb 9, 2013
1 parent c62fbe1 commit 88d73a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ The Campaign Monitor API supports authentication using either OAuth or an API ke

### Using OAuth

Once you have an access token and refresh token for your user, you authenticate using the `auth()` method like so:

```python
from createsend import *

Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@
description = "A library which implements the complete functionality of the Campaign Monitor API.",
author = "James Dennes",
author_email = 'jdennes@gmail.com',
url = "http://campaignmonitor.github.com/createsend-python/",
license = "MIT",
keywords = "createsend campaign monitor email",
packages = ['createsend'])

0 comments on commit 88d73a9

Please sign in to comment.