[console_scripts]
pycmdcheck = pycmdcheck.cli:main

[pycmdcheck.checks]
build = pycmdcheck.checks.build:BuildCheck
changelog = pycmdcheck.checks.changelog:ChangelogCheck
ci = pycmdcheck.checks.ci:CICheck
citation = pycmdcheck.checks.citation:CitationCheck
community = pycmdcheck.checks.community:CommunityCheck
dependencies = pycmdcheck.checks.dependencies:DependenciesCheck
docs = pycmdcheck.checks.docs:DocsCheck
doctests = pycmdcheck.checks.doctests:DoctestsCheck
formatting = pycmdcheck.checks.formatting:FormattingCheck
imports = pycmdcheck.checks.imports:ImportsCheck
license = pycmdcheck.checks.license:LicenseCheck
linting = pycmdcheck.checks.linting:LintingCheck
metadata = pycmdcheck.checks.metadata:MetadataCheck
py_typed = pycmdcheck.checks.py_typed:PyTypedCheck
python_versions = pycmdcheck.checks.python_versions:PythonVersionsCheck
structure = pycmdcheck.checks.structure:StructureCheck
tests = pycmdcheck.checks.tests:TestsCheck
typing = pycmdcheck.checks.typing:TypingCheck
urls = pycmdcheck.checks.urls:URLsCheck
version = pycmdcheck.checks.version:VersionCheck
