Skip to content

Commit 2a1a89f

Browse files
committed
fix: add missing setuptools dependency for beautysh
Resolves: lovesegfault/beautysh#248
1 parent 44eb47d commit 2a1a89f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mdformat_mkdocs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""An mdformat plugin for mkdocs."""
22

3-
__version__ = "1.0.5"
3+
__version__ = "1.0.6"
44

55
from .plugin import ( # noqa: F401
66
POSTPROCESSORS,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ recommended = [
3737
"mdformat-toc",
3838
"mdformat-web",
3939
# Patches https://github.com/lovesegfault/beautysh/issues/248 for Python 3.12
40-
"virtualenv",
40+
"setuptools",
4141
]
4242
test = [
4343
"pytest >= 7.0",

0 commit comments

Comments
 (0)