android-widgets 0.1.0__tar.gz → 0.1.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.
- {android_widgets-0.1.0 → android_widgets-0.1.1}/PKG-INFO +6 -6
- {android_widgets-0.1.0 → android_widgets-0.1.1}/android_widgets.egg-info/PKG-INFO +6 -6
- {android_widgets-0.1.0 → android_widgets-0.1.1}/pyproject.toml +6 -6
- {android_widgets-0.1.0 → android_widgets-0.1.1}/README.md +0 -0
- {android_widgets-0.1.0 → android_widgets-0.1.1}/android-widgets/__init__.py +0 -0
- {android_widgets-0.1.0 → android_widgets-0.1.1}/android_widgets.egg-info/SOURCES.txt +0 -0
- {android_widgets-0.1.0 → android_widgets-0.1.1}/android_widgets.egg-info/dependency_links.txt +0 -0
- {android_widgets-0.1.0 → android_widgets-0.1.1}/android_widgets.egg-info/requires.txt +0 -0
- {android_widgets-0.1.0 → android_widgets-0.1.1}/android_widgets.egg-info/top_level.txt +0 -0
- {android_widgets-0.1.0 → android_widgets-0.1.1}/setup.cfg +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: android-widgets
|
|
3
|
-
Version: 0.1.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.1.1
|
|
4
|
+
Summary: This would be used to auto gen XMLs for Android Home Screen widgets.
|
|
5
5
|
Author-email: Fabian <fector101@yahoo.com>
|
|
6
6
|
License: MIT
|
|
7
|
-
Project-URL: Homepage, https://github.com/
|
|
8
|
-
Project-URL: Documentation, https://github.com/
|
|
9
|
-
Project-URL: Source, https://github.com/
|
|
10
|
-
Project-URL: Tracker, https://github.com/
|
|
7
|
+
Project-URL: Homepage, https://github.com/Fector101/kivy-androidwidgets
|
|
8
|
+
Project-URL: Documentation, https://github.com/Fector101/kivy-androidwidgets
|
|
9
|
+
Project-URL: Source, https://github.com/Fector101/kivy-androidwidgets
|
|
10
|
+
Project-URL: Tracker, https://github.com/Fector101/kivy-androidwidgets/issues
|
|
11
11
|
Keywords: kivy,android,widgets,hello-world,python-package
|
|
12
12
|
Classifier: Programming Language :: Python :: 3
|
|
13
13
|
Classifier: License :: OSI Approved :: MIT License
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: android-widgets
|
|
3
|
-
Version: 0.1.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.1.1
|
|
4
|
+
Summary: This would be used to auto gen XMLs for Android Home Screen widgets.
|
|
5
5
|
Author-email: Fabian <fector101@yahoo.com>
|
|
6
6
|
License: MIT
|
|
7
|
-
Project-URL: Homepage, https://github.com/
|
|
8
|
-
Project-URL: Documentation, https://github.com/
|
|
9
|
-
Project-URL: Source, https://github.com/
|
|
10
|
-
Project-URL: Tracker, https://github.com/
|
|
7
|
+
Project-URL: Homepage, https://github.com/Fector101/kivy-androidwidgets
|
|
8
|
+
Project-URL: Documentation, https://github.com/Fector101/kivy-androidwidgets
|
|
9
|
+
Project-URL: Source, https://github.com/Fector101/kivy-androidwidgets
|
|
10
|
+
Project-URL: Tracker, https://github.com/Fector101/kivy-androidwidgets/issues
|
|
11
11
|
Keywords: kivy,android,widgets,hello-world,python-package
|
|
12
12
|
Classifier: Programming Language :: Python :: 3
|
|
13
13
|
Classifier: License :: OSI Approved :: MIT License
|
|
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "android-widgets"
|
|
7
|
-
version = "0.1.
|
|
8
|
-
description = "
|
|
7
|
+
version = "0.1.01"
|
|
8
|
+
description = "This would be used to auto gen XMLs for Android Home Screen widgets."
|
|
9
9
|
readme = { file = "README.md", content-type = "text/markdown" }
|
|
10
10
|
authors = [
|
|
11
11
|
{ name = "Fabian", email = "fector101@yahoo.com" }
|
|
@@ -32,10 +32,10 @@ classifiers = [
|
|
|
32
32
|
]
|
|
33
33
|
|
|
34
34
|
[project.urls]
|
|
35
|
-
Homepage = "https://github.com/
|
|
36
|
-
Documentation = "https://github.com/
|
|
37
|
-
Source = "https://github.com/
|
|
38
|
-
Tracker = "https://github.com/
|
|
35
|
+
Homepage = "https://github.com/Fector101/kivy-androidwidgets"
|
|
36
|
+
Documentation = "https://github.com/Fector101/kivy-androidwidgets"
|
|
37
|
+
Source = "https://github.com/Fector101/kivy-androidwidgets"
|
|
38
|
+
Tracker = "https://github.com/Fector101/kivy-androidwidgets/issues"
|
|
39
39
|
|
|
40
40
|
[tool.setuptools.packages.find]
|
|
41
41
|
where = ["."]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{android_widgets-0.1.0 → android_widgets-0.1.1}/android_widgets.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|