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.
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: android-widgets
3
- Version: 0.1.0
4
- Summary: A simple hello world package for Kivy Android widgets.
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/yourusername/kivy-androidwidgets
8
- Project-URL: Documentation, https://github.com/yourusername/kivy-androidwidgets
9
- Project-URL: Source, https://github.com/yourusername/kivy-androidwidgets
10
- Project-URL: Tracker, https://github.com/yourusername/kivy-androidwidgets/issues
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.0
4
- Summary: A simple hello world package for Kivy Android widgets.
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/yourusername/kivy-androidwidgets
8
- Project-URL: Documentation, https://github.com/yourusername/kivy-androidwidgets
9
- Project-URL: Source, https://github.com/yourusername/kivy-androidwidgets
10
- Project-URL: Tracker, https://github.com/yourusername/kivy-androidwidgets/issues
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.0"
8
- description = "A simple hello world package for Kivy Android widgets."
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/yourusername/kivy-androidwidgets"
36
- Documentation = "https://github.com/yourusername/kivy-androidwidgets"
37
- Source = "https://github.com/yourusername/kivy-androidwidgets"
38
- Tracker = "https://github.com/yourusername/kivy-androidwidgets/issues"
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 = ["."]