Remove version.py for now
Was causing conflicts on pip install
This commit is contained in:
parent
32432bcac9
commit
b6e820d792
5 changed files with 5 additions and 5 deletions
|
|
@ -18,6 +18,7 @@ Questions, comments? ryan@venodesigns.net
|
|||
"""
|
||||
|
||||
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
|
||||
__version__ = '2.8.0'
|
||||
|
||||
from .twython import Twython
|
||||
from .exceptions import TwythonError, TwythonRateLimitError, TwythonAuthError
|
||||
|
|
|
|||
|
|
@ -4,11 +4,11 @@ import warnings
|
|||
import requests
|
||||
from requests_oauthlib import OAuth1
|
||||
|
||||
from . import __version__
|
||||
from .advisory import TwythonDeprecationWarning
|
||||
from .compat import json, urlencode, parse_qsl, quote_plus
|
||||
from .endpoints import api_table
|
||||
from .exceptions import TwythonError, TwythonAuthError, TwythonRateLimitError
|
||||
from .version import __version__
|
||||
|
||||
warnings.simplefilter('always', TwythonDeprecationWarning) # For Python 2.7 >
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
__version__ = '2.8.0'
|
||||
Loading…
Add table
Add a link
Reference in a new issue