From d1dede37bfcafdf32163c9ee4e5d5ffb29970993 Mon Sep 17 00:00:00 2001 From: Richard Borcsik Date: Tue, 20 Oct 2020 12:48:12 +0200 Subject: [PATCH 1/3] change author info --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 0af448e..5fedcb4 100755 --- a/setup.py +++ b/setup.py @@ -28,13 +28,13 @@ def read(fname): setup( name = "pushbullet.py", version = version, - author = "Richard Borcsik", - author_email = "borcsikrichard@gmail.com", + author = "Richard B", + author_email = "pypi@richardb.me", 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'), classifiers=[ From 82a9ddf4c1928769315e7149bf187f6ba1f77020 Mon Sep 17 00:00:00 2001 From: Richard Borcsik Date: Tue, 20 Oct 2020 12:48:20 +0200 Subject: [PATCH 2/3] change readme path --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5fedcb4..52a4c58 100755 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def read(fname): 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", From 80ab060262b4da7c98a121c46f4a9bf208b2e6a2 Mon Sep 17 00:00:00 2001 From: Richard Borcsik Date: Tue, 20 Oct 2020 12:48:33 +0200 Subject: [PATCH 3/3] bump version --- pushbullet/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pushbullet/__version__.py b/pushbullet/__version__.py index fee46bd..e2bd072 100644 --- a/pushbullet/__version__.py +++ b/pushbullet/__version__.py @@ -1 +1 @@ -__version__ = "0.11.1" +__version__ = "0.11.2"