diff --git a/webcompstore-cli/webcompstore-cli.py b/webcompstore-cli/webcompstore-cli.py index be8c4b3..9c7b800 100644 --- a/webcompstore-cli/webcompstore-cli.py +++ b/webcompstore-cli/webcompstore-cli.py @@ -183,16 +183,6 @@ def put_version(token, uuid, wcs_manifest, dist_files, version_tag): "Authorization": "Bearer " + token } - # prepare wcs_manifest data for pos - del wcs_manifest["title"] - del wcs_manifest["description"] - del wcs_manifest["descriptionAbstract"] - del wcs_manifest["license"] - del wcs_manifest["repositoryUrl"] - del wcs_manifest["copyrightHolders"] - del wcs_manifest["authors"] - del wcs_manifest["searchTags"] - # wcs_manifest["readMe"] = None # wcs_manifest["licenseAgreement"] = None wcs_manifest["versionTag"] = version_tag