pk3make 1.1.2__tar.gz → 1.1.4__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.4
2
2
  Name: pk3make
3
- Version: 1.1.2
3
+ Version: 1.1.4
4
4
  Summary: Build system for Weissblatt PK3 files
5
5
  Project-URL: Homepage, https://github.com/liquidunderground/pk3make
6
6
  Project-URL: GitHub, https://github.com/liquidunderground/pk3make
@@ -23,7 +23,7 @@ license = "LGPL-3.0-or-later"
23
23
  license-files = ["LICEN[CS]E*"]
24
24
 
25
25
  [project.scripts]
26
- pk3make = "pk3make:__main__"
26
+ pk3make = "pk3make.__main__:main"
27
27
 
28
28
  [project.urls]
29
29
  Homepage = "https://github.com/liquidunderground/pk3make"
@@ -1,7 +1,6 @@
1
1
  class Palette:
2
2
  def __init__(self, filename):
3
3
  import os
4
- from modules.doomglob import find_lump, DuplicateLumpError
5
4
  from PIL import Image
6
5
 
7
6
  self.colors = []
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes