Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
sd-buildbot committed Mar 23, 2021
1 parent c5d686c commit ef9efc5
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,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.689804

[options]
namespace_packages =
screwdrivercd
packages =
packages =
screwdrivercd.changelog
screwdrivercd.documentation
screwdrivercd.documentation.mkdocs
Expand Down Expand Up @@ -63,7 +63,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 @@ -78,18 +78,14 @@ 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
mkdocs_venv = screwdrivercd.documentation.mkdocs.plugin:MkDocsDocumentationVenvPlugin
sphinx = screwdrivercd.documentation.sphinx.plugin:SphinxDocumentationPlugin

[options.extras_require]
documentation =
# dhubbard-sphinx-markdown-tables
# markdown<3.2 # This is only needed for the mkdocs-material package to install
# pymdown-extensions<6.3 # This is needed to allow markdown < 3.2 to install
markdown
pymdown-extensions
markdown-include
Expand All @@ -98,18 +94,15 @@ documentation =
mkdocs-material
pygments
recommonmark
doc_build =
# dhubbard-sphinx-markdown-tables
# markdown<3.2 # This is only needed for the mkdocs-material package to install
# pymdown-extensions<6.3 # This is needed to allow markdown < 3.2 to install
doc_build =
markdown
pymdown-extensions
markdown-include
mkdocs-bootstrap4
mkdocs-material
pygments
recommonmark
test =
test =
pytest
pytest-cov
pypirun
Expand Down

0 comments on commit ef9efc5

Please sign in to comment.