Skip to content

Commit

Permalink
fix #35 : xoauth_yahoo_guid now saved in credential file
Browse files Browse the repository at this point in the history
  • Loading branch information
josuebrunel committed Aug 3, 2015
1 parent 556c006 commit 73fcdfd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import os
from setuptools import setup, find_packages

__author__ = 'Josue Kouka'
__email__ = '[email protected]'
__version__ = "0.1.5"
from yahoo_oauth import __author__, __email__, __version__

#requirements.txt
with open('requirements.txt') as f:
Expand Down
5 changes: 5 additions & 0 deletions yahoo_oauth/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
from __future__ import absolute_import

__author__ = 'Josue Kouka'
__email__ = '[email protected]'
__version__ = "0.1.6"


from yahoo_oauth.yahoo_oauth import OAuth1, OAuth2
from yahoo_oauth.logger import YahooLogger

0 comments on commit 73fcdfd

Please sign in to comment.