kitty-common 0.5.4__tar.gz → 0.5.6__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 kitty-common might be problematic. Click here for more details.

@@ -1,17 +1,22 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: kitty-common
3
- Version: 0.5.4
3
+ Version: 0.5.6
4
4
  Summary: kitty games common library
5
5
  Home-page: https://github.com/rchen152/common
6
- License: UNKNOWN
7
- Platform: UNKNOWN
8
6
  Classifier: Programming Language :: Python :: 3
9
7
  Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
10
8
  Classifier: Operating System :: POSIX :: Linux
11
9
  Requires-Python: >=3.10
12
10
  Description-Content-Type: text/markdown
13
11
  License-File: LICENSE
12
+ Requires-Dist: pygame>=2.1.2
13
+ Dynamic: classifier
14
+ Dynamic: description
15
+ Dynamic: description-content-type
16
+ Dynamic: home-page
17
+ Dynamic: license-file
18
+ Dynamic: requires-dist
19
+ Dynamic: requires-python
20
+ Dynamic: summary
14
21
 
15
22
  # Kitty Common Library
16
-
17
-
@@ -3,7 +3,7 @@
3
3
  import os
4
4
  from setuptools import find_packages, setup
5
5
 
6
- _VERSION = '0.5.4'
6
+ _VERSION = '0.5.6'
7
7
 
8
8
 
9
9
  def get_long_description():
@@ -55,6 +55,7 @@ class GameState(abc.ABC):
55
55
 
56
56
  def run(self):
57
57
  while self.active:
58
+ pygame.display.init()
58
59
  for event in pygame.event.get():
59
60
  for handle in self._event_handlers:
60
61
  consumed = handle(event)
@@ -1,17 +1,22 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: kitty-common
3
- Version: 0.5.4
3
+ Version: 0.5.6
4
4
  Summary: kitty games common library
5
5
  Home-page: https://github.com/rchen152/common
6
- License: UNKNOWN
7
- Platform: UNKNOWN
8
6
  Classifier: Programming Language :: Python :: 3
9
7
  Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
10
8
  Classifier: Operating System :: POSIX :: Linux
11
9
  Requires-Python: >=3.10
12
10
  Description-Content-Type: text/markdown
13
11
  License-File: LICENSE
12
+ Requires-Dist: pygame>=2.1.2
13
+ Dynamic: classifier
14
+ Dynamic: description
15
+ Dynamic: description-content-type
16
+ Dynamic: home-page
17
+ Dynamic: license-file
18
+ Dynamic: requires-dist
19
+ Dynamic: requires-python
20
+ Dynamic: summary
14
21
 
15
22
  # Kitty Common Library
16
-
17
-
File without changes
File without changes
File without changes
File without changes