This repository has been archived by the owner on Jul 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cut new version with changes and publish (#155)
* change author info * change readme path * bump version Co-authored-by: Richard Borcsik <[email protected]>
- Loading branch information
1 parent
ad8b878
commit ef33cba
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.11.1" | ||
__version__ = "0.11.2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,15 +28,15 @@ def read(fname): | |
setup( | ||
name = "pushbullet.py", | ||
version = version, | ||
author = "Richard Borcsik", | ||
author_email = "[email protected]", | ||
author = "Richard B", | ||
author_email = "[email protected]", | ||
description = ("A simple python client for pushbullet.com"), | ||
license = "MIT", | ||
keywords = "push android pushbullet notification", | ||
url = "https://github.com/randomchars/pushbullet.py", | ||
download_url="https://github.com/randomchars/pushbullet.py/tarball/" + version, | ||
url = "https://github.com/rbrcsk/pushbullet.py", | ||
download_url="https://github.com/rbrcsk/pushbullet.py/tarball/" + version, | ||
packages=['pushbullet'], | ||
long_description=read('readme.md'), | ||
long_description=read('readme.rst'), | ||
classifiers=[ | ||
"Development Status :: 4 - Beta", | ||
"Intended Audience :: Developers", | ||
|