Skip to content

Commit 449bad9

Browse files
author
sd-buildbot
committed
Updated version
1 parent 8a439f6 commit 449bad9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

setup.cfg

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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
2222
url = https://github.com/yahoo/python-screwdrivercd
23-
version = 0.3.0
23+
version = 0.3.170283
2424

2525
[options]
2626
namespace_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"
6262
zip_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

0 commit comments

Comments
 (0)