Qwael 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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Qwael
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Easy Coding
5
5
  Home-page:
6
6
  Author: Bedirhan
@@ -8,7 +8,7 @@ from kivy.uix.button import Button
8
8
  from kivy.uix.boxlayout import BoxLayout
9
9
  from kivy.uix.floatlayout import FloatLayout
10
10
 
11
- class Easy_App:
11
+ class Easy_App():
12
12
  def open():
13
13
  class uygulama(App):
14
14
  def build(self):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Qwael
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Easy Coding
5
5
  Home-page:
6
6
  Author: Bedirhan
@@ -3,3 +3,4 @@ google-api-python-client
3
3
  google-auth-httplib2
4
4
  google-auth-oauthlib
5
5
  Pillow
6
+ kivy
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="Qwael",
5
- version="0.1.0",
5
+ version="0.1.1",
6
6
  description="Easy Coding",
7
7
  long_description=open("README.md", encoding="utf-8").read(),
8
8
  long_description_content_type="text/markdown",
@@ -21,6 +21,7 @@ setup(
21
21
  'google-auth-httplib2',
22
22
  'google-auth-oauthlib',
23
23
  'Pillow',
24
+ "kivy",
24
25
  ],
25
26
  keywords=["Google", "coding","Easy"],
26
27
  project_urls={},
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes