@@ -21,12 +21,12 @@ project_urls =
2121 Change Log = https://yahoo.github.io/python-screwdrivercd/changelog/
2222 CI Pipeline = https://cd.screwdriver.cd/pipelines/3063
2323url = https://github.com/yahoo/python-screwdrivercd
24- version = 0.3.0
24+ version = 0.3.689804
2525
2626[options]
2727namespace_packages =
2828 screwdrivercd
29- packages =
29+ packages =
3030 screwdrivercd.changelog
3131 screwdrivercd.documentation
3232 screwdrivercd.documentation.mkdocs
@@ -63,7 +63,7 @@ python_requires = >="3.6"
6363zip_safe = True
6464
6565[options.entry_points]
66- console_scripts =
66+ console_scripts =
6767 screwdrivercd_changelog =screwdrivercd.changelog.generate:main
6868 screwdrivercd_documentation =screwdrivercd.documentation.cli:main
6969 screwdrivercd_install_deps =screwdrivercd.installdeps.cli:main
@@ -78,18 +78,14 @@ console_scripts =
7878 screwdrivercd_validate_style =screwdrivercd.validation.validate_style:main
7979 screwdrivercd_validate_type =screwdrivercd.validation.validate_type:main
8080 screwdrivercd_validate_unittest =screwdrivercd.validation.validate_unittest:main
81-
82- screwdrivercd.documentation.plugin =
81+ screwdrivercd.documentation.plugin =
8382 base = screwdrivercd.documentation.plugin:DocumentationPlugin
8483 mkdocs = screwdrivercd.documentation.mkdocs.plugin:MkDocsDocumentationPlugin
8584 mkdocs_venv = screwdrivercd.documentation.mkdocs.plugin:MkDocsDocumentationVenvPlugin
8685 sphinx = screwdrivercd.documentation.sphinx.plugin:SphinxDocumentationPlugin
8786
8887[options.extras_require]
8988documentation =
90- # dhubbard-sphinx-markdown-tables
91- # markdown<3.2 # This is only needed for the mkdocs-material package to install
92- # pymdown-extensions<6.3 # This is needed to allow markdown < 3.2 to install
9389 markdown
9490 pymdown-extensions
9591 markdown-include
@@ -98,18 +94,15 @@ documentation =
9894 mkdocs-material
9995 pygments
10096 recommonmark
101- doc_build =
102- # dhubbard-sphinx-markdown-tables
103- # markdown<3.2 # This is only needed for the mkdocs-material package to install
104- # pymdown-extensions<6.3 # This is needed to allow markdown < 3.2 to install
97+ doc_build =
10598 markdown
10699 pymdown-extensions
107100 markdown-include
108101 mkdocs-bootstrap4
109102 mkdocs-material
110103 pygments
111104 recommonmark
112- test =
105+ test =
113106 pytest
114107 pytest-cov
115108 pypirun
0 commit comments