fix: switch to pypi chacha-cicd-helper

This commit is contained in:
cclecle
2023-09-29 23:47:52 +01:00
parent 7d0f4dbdb0
commit 0874b9a71d
2 changed files with 9 additions and 9 deletions

View File

@@ -67,7 +67,7 @@ plugins:
verbose: false verbose: false
exclude_pages: exclude_pages:
- LICENSE - LICENSE
output_path: C:\Users\chacha\git\pysimpleini\helpers-results\doc_gen\site\pdf\manual.pdf output_path: C:\Users\chacha\git\pysimpleini\helpers-results\cl_doc_gen\site\pdf\manual.pdf
markdown_extensions: markdown_extensions:
- def_list - def_list
- tables - tables
@@ -114,8 +114,8 @@ markdown_extensions:
- footnotes - footnotes
- pymdownx.superfences - pymdownx.superfences
- pymdownx.emoji: - pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji emoji_index: !!python/name:materialx.emoji.twemoji ''
emoji_generator: !!python/name:materialx.emoji.to_svg emoji_generator: !!python/name:materialx.emoji.to_svg ''
extra: extra:
branch: master branch: master
repository: pysimpleini repository: pysimpleini

View File

@@ -55,12 +55,12 @@ Documentation = "https://chacha.ddns.net/mkdocs-web/chacha/pysimpleini/master/
Tracker = "https://chacha.ddns.net/gitea/chacha/pysimpleini/issues" Tracker = "https://chacha.ddns.net/gitea/chacha/pysimpleini/issues"
[project.optional-dependencies] [project.optional-dependencies]
test = ["chacha_cicd_helper@git+https://chacha.ddns.net/gitea/chacha/chacha_cicd_helper.git@master"] test = ["chacha_cicd_helper"]
coverage-check = ["chacha_cicd_helper@git+https://chacha.ddns.net/gitea/chacha/chacha_cicd_helper.git@master"] coverage-check = ["chacha_cicd_helper"]
complexity-check = ["chacha_cicd_helper@git+https://chacha.ddns.net/gitea/chacha/chacha_cicd_helper.git@master"] complexity-check = ["chacha_cicd_helper"]
quality-check = ["chacha_cicd_helper@git+https://chacha.ddns.net/gitea/chacha/chacha_cicd_helper.git@master"] quality-check = ["chacha_cicd_helper"]
type-check = ["chacha_cicd_helper@git+https://chacha.ddns.net/gitea/chacha/chacha_cicd_helper.git@master"] type-check = ["chacha_cicd_helper"]
doc-gen = ["chacha_cicd_helper@git+https://chacha.ddns.net/gitea/chacha/chacha_cicd_helper.git@master"] doc-gen = ["chacha_cicd_helper"]
[project.scripts] [project.scripts]
pysimpleini = "pysimpleini:CLI" pysimpleini = "pysimpleini:CLI"