Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
sd-buildbot committed Feb 7, 2020
1 parent 8a439f6 commit 449bad9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,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.170283

[options]
namespace_packages =
screwdrivercd
packages =
packages =
screwdrivercd.changelog
screwdrivercd.documentation
screwdrivercd.documentation.mkdocs
Expand Down Expand Up @@ -62,7 +62,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
Expand All @@ -77,8 +77,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
sphinx = screwdrivercd.documentation.sphinx.plugin:SphinxDocumentationPlugin
Expand Down

0 comments on commit 449bad9

Please sign in to comment.