Commit 832fdcbc authored by Rejown's avatar Rejown

bugfix: ImportError: No module named requests

parent 0cdb00d7
......@@ -3,8 +3,8 @@ try:
from setuptools import setup
except (ImportError):
from distutils.core import setup
from jpush import __version__
__version__ = '3.0.2'
setup(
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