diff --git a/setup.cfg b/setup.cfg index cc79116..c60a3fa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,12 +21,12 @@ project_urls = Change Log = https://yahoo.github.io/python-screwdrivercd/changelog/ CI Pipeline = https://cd.screwdriver.cd/pipelines/3063 url = https://github.com/yahoo/python-screwdrivercd -version = 0.3.0 +version = 0.3.689804 [options] namespace_packages = screwdrivercd -packages = +packages = screwdrivercd.changelog screwdrivercd.documentation screwdrivercd.documentation.mkdocs @@ -63,7 +63,7 @@ python_requires = >="3.6" zip_safe = True [options.entry_points] -console_scripts = +console_scripts = screwdrivercd_changelog=screwdrivercd.changelog.generate:main screwdrivercd_documentation=screwdrivercd.documentation.cli:main screwdrivercd_install_deps=screwdrivercd.installdeps.cli:main @@ -78,8 +78,7 @@ console_scripts = screwdrivercd_validate_style=screwdrivercd.validation.validate_style:main screwdrivercd_validate_type=screwdrivercd.validation.validate_type:main screwdrivercd_validate_unittest=screwdrivercd.validation.validate_unittest:main - -screwdrivercd.documentation.plugin = +screwdrivercd.documentation.plugin = base = screwdrivercd.documentation.plugin:DocumentationPlugin mkdocs = screwdrivercd.documentation.mkdocs.plugin:MkDocsDocumentationPlugin mkdocs_venv = screwdrivercd.documentation.mkdocs.plugin:MkDocsDocumentationVenvPlugin @@ -87,9 +86,6 @@ screwdrivercd.documentation.plugin = [options.extras_require] documentation = - # dhubbard-sphinx-markdown-tables - # markdown<3.2 # This is only needed for the mkdocs-material package to install - # pymdown-extensions<6.3 # This is needed to allow markdown < 3.2 to install markdown pymdown-extensions markdown-include @@ -98,10 +94,7 @@ documentation = mkdocs-material pygments recommonmark -doc_build = - # dhubbard-sphinx-markdown-tables - # markdown<3.2 # This is only needed for the mkdocs-material package to install - # pymdown-extensions<6.3 # This is needed to allow markdown < 3.2 to install +doc_build = markdown pymdown-extensions markdown-include @@ -109,7 +102,7 @@ doc_build = mkdocs-material pygments recommonmark -test = +test = pytest pytest-cov pypirun