Commit 832fdcbc authored by Rejown's avatar Rejown

bugfix: ImportError: No module named requests

parent 0cdb00d7
...@@ -3,8 +3,8 @@ try: ...@@ -3,8 +3,8 @@ try:
from setuptools import setup from setuptools import setup
except (ImportError): except (ImportError):
from distutils.core import setup from distutils.core import setup
from jpush import __version__
__version__ = '3.0.2'
setup( setup(
name='jpush', name='jpush',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment