Skip to content

Commit 4f0ced1

Browse files
author
Zoran Simic
committed
Explicitly bring in setuptools for docs target
1 parent 67ebf53 commit 4f0ced1

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="portable-python",
5-
setup_requires="setupmeta",
5+
setup_requires=["setupmeta"],
66
versioning="dev",
77
author="Zoran Simic zoran@simicweb.com",
88
keywords="python, portable, binary",

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,13 @@ deps = ruff
3030
commands = ruff check --fix
3131
ruff format
3232

33+
# Old check-manifest + readme-renderer, see if there's better out there nowadays
3334
[testenv:docs]
3435
skip_install = True
3536
deps = check-manifest
3637
readme-renderer
38+
pip
39+
setuptools
3740
commands = check-manifest
3841
python setup.py check --strict --restructuredtext
3942

0 commit comments

Comments
 (0)