Revision 9b99f6adefd2e81e8639fd0ec696dd0402c4659e authored by Maria Khrustaleva on 09 January 2024, 11:17:09 UTC, committed by GitHub on 09 January 2024, 11:17:09 UTC
The distutils module is [deprecated](https://peps.python.org/pep-0632)
and will be removed from the standard library in Python 3.12.
1 parent 64d6d7a
Raw File
generator-config.yml
additionalProperties:
  projectName: "cvat_sdk"
  packageUrl: "https://github.com/cvat-ai/cvat"
  packageName: "cvat_sdk.api_client"
  initRequiredVars: true
  generateSourceCodeOnly: false
  generatorLanguageVersion: '>=3.8'
globalProperties:
  generateAliasAsModel: true
  apiTests: false
  modelTests: false
files:
  api_summary.mustache:
    destinationFilename: api_summary.md
back to top