questionpy-org / questionpy-sdk

Library and toolset for the development of QuestionPy packages
https://questionpy.org
MIT License
0 stars 2 forks source link

feat: rename `qpy_manifest.yml` to `qpy_config.yml` #72

Closed tumidi closed 4 months ago

tumidi commented 4 months ago

Introduce PackageConfig model which inherits from Manifest featuring additional config parameters that are SDK-specific.

Refs: #70