Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jpush-api-python-client
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
jpush-api-python-client
Commits
773d737c
Commit
773d737c
authored
Feb 17, 2014
by
hupantingxue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version and author info;
parent
bc39992a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
__init__.py
jpush/__init__.py
+1
-1
setup.py
setup.py
+2
-2
No files found.
jpush/__init__.py
View file @
773d737c
from
.push
import
JPushClient
from
.recv
import
RecvClient
__version__
=
'2.0.
1
'
__version__
=
'2.0.
2
'
VERSION
=
tuple
(
map
(
int
,
__version__
.
split
(
'.'
)))
__all__
=
[
'JPushClient'
,
'RecvClient'
]
setup.py
View file @
773d737c
...
...
@@ -14,8 +14,8 @@ setup(
long_description
=
open
(
"README.rst"
,
"r"
)
.
read
(),
url
=
'https://github.com/jpush/jpush-api-python-client'
,
author
=
'
linbo
'
,
author_email
=
'
llbgurs@gmail
.com'
,
author
=
'
hupantingxue
'
,
author_email
=
'
hupantingxue@126
.com'
,
packages
=
[
'jpush'
],
platforms
=
'any'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment