[build-system] requires = ["setuptools>=68"] build-backend = "setuptools.build_meta" [project] name = "tesm-licensing-server" version = "2.0.8" description = "Serverhaelfte des TESM-Lizenzprotokolls: ausstellen, erneuern, antworten" requires-python = ">=3.11" dependencies = ["tesm-licensing==2.0.8", "cryptography>=41"] [tool.setuptools.packages.find] where = ["src"]