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 =
20
20
Change Log = https://yahoo.github.io/python-screwdrivercd/changelog/
21
21
CI Pipeline = https://cd.screwdriver.cd/pipelines/3063
22
22
url = https://github.com/yahoo/python-screwdrivercd
23
- version = 0.3.0
23
+ version = 0.3.170283
24
24
25
25
[options]
26
26
namespace_packages =
27
27
screwdrivercd
28
- packages =
28
+ packages =
29
29
screwdrivercd.changelog
30
30
screwdrivercd.documentation
31
31
screwdrivercd.documentation.mkdocs
@@ -62,7 +62,7 @@ python_requires = >="3.6"
62
62
zip_safe = True
63
63
64
64
[options.entry_points]
65
- console_scripts =
65
+ console_scripts =
66
66
screwdrivercd_changelog =screwdrivercd.changelog.generate:main
67
67
screwdrivercd_documentation =screwdrivercd.documentation.cli:main
68
68
screwdrivercd_install_deps =screwdrivercd.installdeps.cli:main
@@ -77,8 +77,7 @@ console_scripts =
77
77
screwdrivercd_validate_style =screwdrivercd.validation.validate_style:main
78
78
screwdrivercd_validate_type =screwdrivercd.validation.validate_type:main
79
79
screwdrivercd_validate_unittest =screwdrivercd.validation.validate_unittest:main
80
-
81
- screwdrivercd.documentation.plugin =
80
+ screwdrivercd.documentation.plugin =
82
81
base = screwdrivercd.documentation.plugin:DocumentationPlugin
83
82
mkdocs = screwdrivercd.documentation.mkdocs.plugin:MkDocsDocumentationPlugin
84
83
sphinx = screwdrivercd.documentation.sphinx.plugin:SphinxDocumentationPlugin
You can’t perform that action at this time.
0 commit comments