aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornatsuoto <[email protected]>2026-07-10 17:36:39 +0530
committernatsuoto <[email protected]>2026-07-10 17:36:39 +0530
commit5e79c0bc9b54770c33f4a30f304b255b85cbff86 (patch)
treec373dcc40b23c746f87d66a948d2c740e2bc2e45
parent15bfe3ebdfc434c7b0a28127a97e160896da830f (diff)
downloadedify-5e79c0bc9b54770c33f4a30f304b255b85cbff86.tar.xz
edify-5e79c0bc9b54770c33f4a30f304b255b85cbff86.zip
chore!: pyproject.toml license field = MIT SPDX (#232)
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 9243650..f64d263 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,7 @@ name = "edify"
description = "Regular Expressions Made Simple"
readme = "README.rst"
requires-python = ">=3.11"
-license = "Apache-2.0"
+license = "MIT"
license-files = ["LICENSE"]
authors = [
{ name = "Bobby", email = "[email protected]" },