android-notify 1.32__tar.gz → 1.32.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of android-notify might be problematic. Click here for more details.
- {android_notify-1.32 → android_notify-1.32.1}/PKG-INFO +2 -2
- {android_notify-1.32 → android_notify-1.32.1}/android_notify.egg-info/PKG-INFO +2 -2
- {android_notify-1.32 → android_notify-1.32.1}/setup.py +2 -2
- {android_notify-1.32 → android_notify-1.32.1}/README.md +0 -0
- {android_notify-1.32 → android_notify-1.32.1}/android_notify/__init__.py +0 -0
- {android_notify-1.32 → android_notify-1.32.1}/android_notify/__main__.py +0 -0
- {android_notify-1.32 → android_notify-1.32.1}/android_notify/core.py +0 -0
- {android_notify-1.32 → android_notify-1.32.1}/android_notify/styles.py +0 -0
- {android_notify-1.32 → android_notify-1.32.1}/android_notify/sword.py +0 -0
- {android_notify-1.32 → android_notify-1.32.1}/android_notify.egg-info/SOURCES.txt +0 -0
- {android_notify-1.32 → android_notify-1.32.1}/android_notify.egg-info/dependency_links.txt +0 -0
- {android_notify-1.32 → android_notify-1.32.1}/android_notify.egg-info/requires.txt +0 -0
- {android_notify-1.32 → android_notify-1.32.1}/android_notify.egg-info/top_level.txt +0 -0
- {android_notify-1.32 → android_notify-1.32.1}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: android-notify
|
|
3
|
-
Version: 1.32
|
|
4
|
-
Summary: A Python package that simpilfies creating Android
|
|
3
|
+
Version: 1.32.1
|
|
4
|
+
Summary: A Python package that simpilfies creating Android notifications in Kivy apps.
|
|
5
5
|
Home-page: https://github.com/fector101/android-notify
|
|
6
6
|
Author: Fabian
|
|
7
7
|
Author-email: fector101@yahoo.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: android-notify
|
|
3
|
-
Version: 1.32
|
|
4
|
-
Summary: A Python package that simpilfies creating Android
|
|
3
|
+
Version: 1.32.1
|
|
4
|
+
Summary: A Python package that simpilfies creating Android notifications in Kivy apps.
|
|
5
5
|
Home-page: https://github.com/fector101/android-notify
|
|
6
6
|
Author: Fabian
|
|
7
7
|
Author-email: fector101@yahoo.com
|
|
@@ -6,10 +6,10 @@ with open("README.md", "r", encoding="utf-8") as readme_data:
|
|
|
6
6
|
|
|
7
7
|
setup(
|
|
8
8
|
name="android-notify",
|
|
9
|
-
version="1.32",
|
|
9
|
+
version="1.32.1",
|
|
10
10
|
author="Fabian",
|
|
11
11
|
author_email='fector101@yahoo.com',
|
|
12
|
-
description="A Python package that simpilfies creating Android
|
|
12
|
+
description="A Python package that simpilfies creating Android notifications in Kivy apps.",
|
|
13
13
|
long_description=long_description,
|
|
14
14
|
long_description_content_type="text/markdown",
|
|
15
15
|
url="https://github.com/fector101/android-notify",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|