From f2ed3dc888699d11e6ecc4a800b5584ba7cd695b Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 24 Jun 2024 18:15:28 +0200 Subject: [PATCH] fix: add license classifier (#34) --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 0ec8769..8dd2a24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,9 @@ dependencies = [ ] readme = "README.md" requires-python = ">= 3.8" +classifiers = [ + "License :: OSI Approved :: MIT License", +] [build-system] requires = ["hatchling"]