File tree Expand file tree Collapse file tree
src/reqstool_python_poetry_plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
2- [ ![ Commit Activity] ( https://img.shields.io/github/commit-activity/m/Luftfartsverket /reqstool-python-poetry-plugin?label=commits&style=for-the-badge )] ( https://github.com/Luftfartsverket /reqstool-python-poetry-plugin/pulse )
3- [ ![ GitHub Issues] ( https://img.shields.io/github/issues/Luftfartsverket /reqstool-python-poetry-plugin?style=for-the-badge&logo=github )] ( https://github.com/Luftfartsverket /reqstool-python-poetry-plugin/issues )
4- [ ![ License] ( https://img.shields.io/github/license/Luftfartsverket /reqstool-python-poetry-plugin?style=for-the-badge&logo=opensourceinitiative )] ( https://opensource.org/license/mit/ )
5- [ ![ Build] ( https://img.shields.io/github/actions/workflow/status/Luftfartsverket /reqstool-python-poetry-plugin/build.yml?style=for-the-badge&logo=github )] ( https://github.com/Luftfartsverket /reqstool-python-poetry-plugin/actions/workflows/build.yml )
6- [ ![ Static Badge] ( https://img.shields.io/badge/Documentation-blue?style=for-the-badge&link=docs )] ( https://luftfartsverket .github.io/reqstool-python-poetry-plugin/reqstool-python-poetry-plugin/0.0.2/index.html )
2+ [ ![ Commit Activity] ( https://img.shields.io/github/commit-activity/m/reqstool /reqstool-python-poetry-plugin?label=commits&style=for-the-badge )] ( https://github.com/reqstool /reqstool-python-poetry-plugin/pulse )
3+ [ ![ GitHub Issues] ( https://img.shields.io/github/issues/reqstool /reqstool-python-poetry-plugin?style=for-the-badge&logo=github )] ( https://github.com/reqstool /reqstool-python-poetry-plugin/issues )
4+ [ ![ License] ( https://img.shields.io/github/license/reqstool /reqstool-python-poetry-plugin?style=for-the-badge&logo=opensourceinitiative )] ( https://opensource.org/license/mit/ )
5+ [ ![ Build] ( https://img.shields.io/github/actions/workflow/status/reqstool /reqstool-python-poetry-plugin/build.yml?style=for-the-badge&logo=github )] ( https://github.com/reqstool /reqstool-python-poetry-plugin/actions/workflows/build.yml )
6+ [ ![ Static Badge] ( https://img.shields.io/badge/Documentation-blue?style=for-the-badge&link=docs )] ( https://reqstool .github.io/reqstool-python-poetry-plugin/reqstool-python-poetry-plugin/0.0.2/index.html )
77
88# Reqstool Python Poetry Plugin
99
Original file line number Diff line number Diff line change 22
33site :
44 title : Reqstool Python Poetry Plugin Documentation
5- url : https://github.com/luftfartsverket /reqstool-python-poetry-plugin
5+ url : https://github.com/reqstool /reqstool-python-poetry-plugin
66 start_page : reqstool-python-poetry-plugin::index.adoc
77
88content :
Original file line number Diff line number Diff line change 1- # yaml-language-server: $schema=https://raw.githubusercontent.com/Luftfartsverket /reqstool-client/main/src/reqstool/resources/schemas/v1/reqstool_config.schema.json
1+ # yaml-language-server: $schema=https://raw.githubusercontent.com/reqstool /reqstool-client/main/src/reqstool/resources/schemas/v1/reqstool_config.schema.json
22
33language : python
44build : poetry
Original file line number Diff line number Diff line change 1- # yaml-language-server: $schema=https://raw.githubusercontent.com/Luftfartsverket /reqstool-client/main/src/reqstool/resources/schemas/v1/requirements.schema.json
1+ # yaml-language-server: $schema=https://raw.githubusercontent.com/reqstool /reqstool-client/main/src/reqstool/resources/schemas/v1/requirements.schema.json
22
33metadata :
44 urn : reqstool-python-poetry-plugin
55 variant : microservice
66 title : Reqstool client
7- url : https://github.com/Luftfartsverket /reqstool-python-poetry-plugin
7+ url : https://github.com/reqstool /reqstool-python-poetry-plugin
88
99requirements :
1010 - id : POETRY_PLUGIN_001
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ build-backend = "poetry_dynamic_versioning.backend"
33requires = [" poetry-core>=1.0.0" , " poetry-dynamic-versioning>=1.0.0,<2.0.0" ]
44
55[project ]
6+ name = " reqstool-python-poetry-plugin"
67dynamic = [" version" ]
78
89[tool .poetry ]
@@ -12,9 +13,9 @@ description = "Reqstool Python Poetry Plugin"
1213authors = [" reqstool" ]
1314license = " MIT License"
1415readme = " README.md"
15- repository = " https://github.com/Luftfartsverket /reqstool-python-poetry-plugin.git"
16- homepage = " https://github.com/Luftfartsverket/ reqstool-python-poetry-plugin.git "
17- documentation = " https://github.com/Luftfartsverket /reqstool-python-poetry-plugin.git"
16+ repository = " https://github.com/reqstool /reqstool-python-poetry-plugin.git"
17+ homepage = " https://reqstool.github.io "
18+ documentation = " https://github.com/reqstool /reqstool-python-poetry-plugin.git"
1819classifiers = [
1920 " License :: OSI Approved :: MIT License" ,
2021 " Programming Language :: Python :: 3" ,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class ReqstoolPlugin(Plugin):
3131
3232 ARCHIVE_OUTPUT_DIR_TEST_RESULTS : str = "test_results"
3333
34- YAML_LANGUAGE_SERVER = "# yaml-language-server: $schema=https://raw.githubusercontent.com/Luftfartsverket /reqstool-client/main/src/reqstool/resources/schemas/v1/reqstool_config.schema.json\n " # noqa: E501
34+ YAML_LANGUAGE_SERVER = "# yaml-language-server: $schema=https://raw.githubusercontent.com/reqstool /reqstool-client/main/src/reqstool/resources/schemas/v1/reqstool_config.schema.json\n " # noqa: E501
3535
3636 def activate (self , poetry : Poetry , cleo_io : IO ) -> None :
3737 self ._poetry = poetry
You can’t perform that action at this time.
0 commit comments