We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c70f3 commit 286675cCopy full SHA for 286675c
cppython/plugins/vcpkg/schema.py
@@ -45,5 +45,6 @@ class Manifest(CPPythonModel):
45
46
version_string: Annotated[str, Field(alias='version-string', description='The arbitrary version string')] = ''
47
48
+ description: Annotated[str, Field(description='The project description')] = ''
49
homepage: Annotated[HttpUrl | None, Field(description='Homepage URL')] = None
50
dependencies: Annotated[list[VcpkgDependency], Field(description='List of dependencies')] = []
0 commit comments