muffin 0.102.1__py3-none-any.whl → 0.102.2__py3-none-any.whl
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.
- muffin/plugins.py +1 -1
- {muffin-0.102.1.dist-info → muffin-0.102.2.dist-info}/METADATA +1 -1
- {muffin-0.102.1.dist-info → muffin-0.102.2.dist-info}/RECORD +5 -5
- {muffin-0.102.1.dist-info → muffin-0.102.2.dist-info}/WHEEL +0 -0
- {muffin-0.102.1.dist-info → muffin-0.102.2.dist-info}/entry_points.txt +0 -0
muffin/plugins.py
CHANGED
@@ -80,7 +80,7 @@ class BasePlugin(ABC):
|
|
80
80
|
|
81
81
|
return self.__app__
|
82
82
|
|
83
|
-
def setup(self, app: Application, *, name: Optional[str] = None, **options) ->
|
83
|
+
def setup(self, app: Application, *, name: Optional[str] = None, **options) -> Any:
|
84
84
|
"""Bind app and update the plugin's configuration."""
|
85
85
|
# allow to redefine the name for multi plugins with same type
|
86
86
|
self.name = name or self.name
|
@@ -4,12 +4,12 @@ muffin/constants.py,sha256=Ga1UJiEdXUk6dIEH_IEVYkFSZxQFPhxie7fCJwQY8V0,71
|
|
4
4
|
muffin/errors.py,sha256=I-vKbMMBiMU07zPdKvoJKqA7s4xYAUA-4oZXrRMRzcM,701
|
5
5
|
muffin/handler.py,sha256=GtIyn-SfWDXsMgJ3GyiJJiWUIezesrFoNVzSHyFI_yA,3736
|
6
6
|
muffin/manage.py,sha256=Lx3WTWVXiSuGnTR8CfNZKyGXxJBM-rHnagVEPxUSxMs,8829
|
7
|
-
muffin/plugins.py,sha256=
|
7
|
+
muffin/plugins.py,sha256=2DEjPZik-3MEhI_cCyuS0KZhqc1unEwIzzSR9rChN0E,3189
|
8
8
|
muffin/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
9
|
muffin/pytest.py,sha256=51pJ-JJ2vwqiPhR9TPqXvT78X35l3v3oEkN5LBnfY8E,2679
|
10
10
|
muffin/types.py,sha256=wsUj5oAfqSZMoEf-wyFJLBlWa8Mc-eJGqKLr02HxuXE,153
|
11
11
|
muffin/utils.py,sha256=zK_pGeYzWoTsv-4-Rlu6MjOhTEmS46NpprH4MsNRcVw,2899
|
12
|
-
muffin-0.102.
|
13
|
-
muffin-0.102.
|
14
|
-
muffin-0.102.
|
15
|
-
muffin-0.102.
|
12
|
+
muffin-0.102.2.dist-info/METADATA,sha256=oUAGC7XrMloE3SYHMF_sHrxPI88JFV2oqg7liHrn3fY,11331
|
13
|
+
muffin-0.102.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
14
|
+
muffin-0.102.2.dist-info/entry_points.txt,sha256=GvPS3M-tNVPzhUS5jnUpOmWw2NAqedY34VRCYgPYzlM,84
|
15
|
+
muffin-0.102.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|