Skip to content

Commit

Permalink
import requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathon Morgan committed Feb 22, 2016
1 parent b3b1ad0 commit 3adba2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions popily_api/__init__.py
@@ -1,3 +1,5 @@
import requests

class Popily:
def __init__(self, token, url=None):
self.auth_header = {'Authorization': 'Token ' + token}
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -13,11 +13,11 @@
long_description = 'Official Popily API client'

setup(name='popily-api',
version='0.0.3',
version='0.0.4',
description='Official Python client for the Popily API',
long_description=long_description,
url='https://github.com/popily/popily-api',
download_url ='https://github.com/ushahidi/geograpy/tarball/0.0.3',
download_url ='https://github.com/ushahidi/geograpy/tarball/0.0.4',
author='Jonathon Morgan',
author_email='jonathon@popily.com',
license='MIT',
Expand Down

0 comments on commit 3adba2d

Please sign in to comment.