+ Added encryption key verification

+ Fixed <Python 3.10 CLI command incompatibility
+ Small fixes
This commit is contained in:
BuildTools 2024-11-15 20:18:00 +01:00
parent 859d78e175
commit 02f4cfa90e
9 changed files with 48 additions and 34 deletions

View file

@ -4,10 +4,10 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "pyplayready"
version = "0.1.0"
version = "0.3.1"
description = "pyplayready CDM (Content Decryption Module) implementation in Python."
license = "GPL-3.0-only"
authors = ["DevLARLEY"]
license = "CC BY-NC-ND 4.0"
authors = ["DevLARLEY, Erevoc"]
readme = "README.md"
repository = "https://github.com/ready-dl/pyplayready"
keywords = ["python", "drm", "playready", "microsoft"]