Skip to content

Commit

Permalink
Fix link errors
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Dec 3, 2021
1 parent d02c17e commit 734baa4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/validate_pyproject/plugins/setuptools.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@
},
"cmdclass": {
"$$description": [
"Mapping of distutils-style command names to `Command subclasses",
"<setuptools.Command>`_, which in turn should be represented by strings",
"with a qualified class name (i.e., \"dotted\" form with module), e.g.::\n\n",
"Mapping of distutils-style command names to ``setuptools.Command`` subclasses",
"which in turn should be represented by strings with a qualified class name",
"(i.e., \"dotted\" form with module), e.g.::\n\n",
" cmdclass = {mycmd = \"pkg.subpkg.module.CommandClass\"}\n\n",
"The command class should be a directly defined at the top-level of the",
"containing module (no class nesting)."
Expand Down

0 comments on commit 734baa4

Please sign in to comment.