Skip to content

Commit 7512742

Browse files
authored
chore: remove legacy check command and distutils (#233)
The `check` command was ported to `twine check` in 2018. Refs: #122 Python 3.10 and 3.11 have marked `distutils` as deprecated. Refs: https://peps.python.org/pep-0632/#specification Signed-off-by: Mike Fiedler <[email protected]>
1 parent 361f7fc commit 7512742

File tree

4 files changed

+0
-225
lines changed

4 files changed

+0
-225
lines changed

readme_renderer/integration/__init__.py

Lines changed: 0 additions & 14 deletions
This file was deleted.

readme_renderer/integration/distutils.py

Lines changed: 0 additions & 109 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@
5858
],
5959
install_requires=["bleach>=2.1.0", "docutils>=0.13.1", "Pygments>=2.5.1"],
6060
include_package_data=True,
61-
entry_points={
62-
"distutils.commands": ["check = readme_renderer.integration.distutils:Check"],
63-
},
6461
extras_require={"md": "cmarkgfm>=0.8.0"},
6562
packages=setuptools.find_packages(exclude=["tests", "tests.*"]),
6663
python_requires=">=3.6",

tests/test_integration_distutils.py

Lines changed: 0 additions & 99 deletions
This file was deleted.

0 commit comments

Comments
 (0)