File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ project_urls =
2020 Change Log = https://yahoo.github.io/python-screwdrivercd/changelog/
2121 CI Pipeline = https://cd.screwdriver.cd/pipelines/3063
2222url = https://github.com/yahoo/python-screwdrivercd
23- version = 0.3.0
23+ version = 0.3.170283
2424
2525[options]
2626namespace_packages =
2727 screwdrivercd
28- packages =
28+ packages =
2929 screwdrivercd.changelog
3030 screwdrivercd.documentation
3131 screwdrivercd.documentation.mkdocs
@@ -62,7 +62,7 @@ python_requires = >="3.6"
6262zip_safe = True
6363
6464[options.entry_points]
65- console_scripts =
65+ console_scripts =
6666 screwdrivercd_changelog =screwdrivercd.changelog.generate:main
6767 screwdrivercd_documentation =screwdrivercd.documentation.cli:main
6868 screwdrivercd_install_deps =screwdrivercd.installdeps.cli:main
@@ -77,8 +77,7 @@ console_scripts =
7777 screwdrivercd_validate_style =screwdrivercd.validation.validate_style:main
7878 screwdrivercd_validate_type =screwdrivercd.validation.validate_type:main
7979 screwdrivercd_validate_unittest =screwdrivercd.validation.validate_unittest:main
80-
81- screwdrivercd.documentation.plugin =
80+ screwdrivercd.documentation.plugin =
8281 base = screwdrivercd.documentation.plugin:DocumentationPlugin
8382 mkdocs = screwdrivercd.documentation.mkdocs.plugin:MkDocsDocumentationPlugin
8483 sphinx = screwdrivercd.documentation.sphinx.plugin:SphinxDocumentationPlugin
You can’t perform that action at this time.
0 commit comments