koro 1.1.0__tar.gz → 1.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: koro
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: Tools for manipulating levels made in Marble Saga: Kororinpa
5
5
  Home-page: https://github.com/DigitalDetective47/koro
6
6
  Author: DigitalDetective47
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = koro
3
- version = 1.1.0
3
+ version = 1.1.1
4
4
  author = DigitalDetective47
5
5
  author_email = ninji2701@gmail.com
6
6
  description = Tools for manipulating levels made in Marble Saga: Kororinpa
@@ -2,9 +2,7 @@ from os import remove
2
2
  from os.path import abspath, exists
3
3
  from shutil import rmtree
4
4
 
5
- from . import bin, dir, lvl, zip
6
-
7
- __all__ = ["bin", "dir", "Location", "lvl", "zip"]
5
+ __all__ = ["Location"]
8
6
 
9
7
 
10
8
  class Location:
File without changes
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: koro
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: Tools for manipulating levels made in Marble Saga: Kororinpa
5
5
  Home-page: https://github.com/DigitalDetective47/koro
6
6
  Author: DigitalDetective47
@@ -1,3 +0,0 @@
1
- from .group import *
2
- from .level import *
3
- from .save import *
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