This commit is contained in:
2021-03-14 12:05:57 +01:00
parent 02b4f78baf
commit 072f58a2e9
6 changed files with 18 additions and 5 deletions

View File

@@ -66,7 +66,8 @@ class NewService(CommandABC):
ProjectSettingsNameEnum.dependencies.value: [
f'sh_cpl=={version.parse(cpl.__version__)}'
],
ProjectSettingsNameEnum.python_version.value: f'>={sys.version.split(" ")[0]}'
ProjectSettingsNameEnum.python_version.value: f'>={sys.version.split(" ")[0]}',
ProjectSettingsNameEnum.classifiers.value: []
}
self._project.from_dict(self._project_dict)