makepatch 0.2.0__tar.gz → 0.2.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.4
2
2
  Name: makepatch
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Hatch build hook to easily hard-fork packages with patches!
5
5
  Project-URL: source, https://github.com/AlphaKR93/packages/tree/main/python/makepatch
6
6
  Project-URL: issues, https://github.com/AlphaKR93/packages/issues
@@ -12,7 +12,7 @@ rebuild-patches = "makepatch.scripts:rebuild_patches"
12
12
 
13
13
  [project]
14
14
  name = "makepatch"
15
- version = "0.2.0"
15
+ version = "0.2.1"
16
16
  authors = [{ name = "Alpha", email = "dev@alpha93.kr" }]
17
17
  description = "Hatch build hook to easily hard-fork packages with patches!"
18
18
  license = "MIT"
@@ -0,0 +1 @@
1
+ from .hooks import PatcherBuildHook
@@ -1,2 +0,0 @@
1
- from .__hook__ import hatch_register_build_hook
2
- from .hooks import PatcherBuildHook
File without changes
File without changes
File without changes